We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6521627 commit 4b1dfd3Copy full SHA for 4b1dfd3
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
@@ -65,6 +65,9 @@ jobs:
65
66
67
uses: solana-program/actions/.github/workflows/publish-rust.yml@main
68
69
70
71
72
73
0 commit comments