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 746ddbe commit 07d6662Copy full SHA for 07d6662
2 files changed
.github/workflows/publish-js.yml
@@ -59,6 +59,9 @@ jobs:
59
main:
60
needs: set_env
61
uses: solana-program/actions/.github/workflows/publish-js.yml@main
62
+ permissions:
63
+ contents: write
64
+ id-token: write
65
with:
66
solana-cli-version: ${{ needs.set_env.outputs.SOLANA_CLI_VERSION }}
67
target: ${{ needs.set_env.outputs.TARGET }}
.github/workflows/publish-rust.yml
@@ -66,6 +66,9 @@ jobs:
68
uses: solana-program/actions/.github/workflows/publish-rust.yml@main
69
70
71
72
73
74
clippy-toolchain: ${{ needs.set_env.outputs.RUST_TOOLCHAIN_NIGHTLY }}
0 commit comments