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 1910064 commit c79708aCopy full SHA for c79708a
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"
64
solana-cli-version: ${{ needs.set_env.outputs.SOLANA_CLI_VERSION }}
.github/workflows/publish-rust.yml
@@ -64,6 +64,9 @@ jobs:
65
66
uses: solana-program/actions/.github/workflows/publish-rust.yml@main
67
68
69
70
71
72
0 commit comments