Skip to content

Commit ebf8a89

Browse files
authored
Add attestation permissions to publish-rust workflow (#84)
1 parent 07d6662 commit ebf8a89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
permissions:
7070
contents: write
7171
id-token: write
72+
attestations: write
73+
artifact-metadata: write
7274
with:
7375
solana-cli-version: ${{ needs.set_env.outputs.SOLANA_CLI_VERSION }}
7476
clippy-toolchain: ${{ needs.set_env.outputs.RUST_TOOLCHAIN_NIGHTLY }}

0 commit comments

Comments
 (0)