We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d5e24 commit 8b3afeeCopy full SHA for 8b3afee
2 files changed
.github/workflows/publish-js.yml
@@ -63,6 +63,9 @@ jobs:
63
main:
64
needs: set_env
65
uses: solana-program/actions/.github/workflows/publish-js.yml@main
66
+ permissions:
67
+ contents: write
68
+ id-token: write
69
with:
70
sbpf-program-packages: "program"
71
solana-cli-version: ${{ needs.set_env.outputs.SOLANA_CLI_VERSION }}
.github/workflows/publish-rust.yml
@@ -71,6 +71,9 @@ jobs:
72
73
uses: solana-program/actions/.github/workflows/publish-rust.yml@main
74
75
76
77
78
79
0 commit comments