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 7825209 commit 7ee91a1Copy full SHA for 7ee91a1
2 files changed
.github/workflows/publish-js.yml
@@ -56,6 +56,9 @@ jobs:
56
main:
57
needs: set_env
58
uses: solana-program/actions/.github/workflows/publish-js.yml@main
59
+ permissions:
60
+ contents: write
61
+ id-token: write
62
with:
63
sbpf-program-packages: "program pinocchio-program"
64
solana-cli-version: ${{ needs.set_env.outputs.SOLANA_CLI_VERSION }}
.github/workflows/publish-rust.yml
@@ -66,6 +66,9 @@ jobs:
66
67
68
uses: solana-program/actions/.github/workflows/publish-rust.yml@main
69
70
71
72
73
74
0 commit comments