Skip to content

Commit

Permalink
chore(ci): Add attestations permission to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 25, 2024
1 parent ff8e5aa commit 1203a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
name: Build & verify package
runs-on: ubuntu-latest
permissions:
id-token: write
attestations: write
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1203a8b

Please sign in to comment.