Skip to content

Commit

Permalink
Merge pull request #858 from ianlewis/blog-permissions
Browse files Browse the repository at this point in the history
fix: Permissions in blog snippet
  • Loading branch information
Ian Lewis authored May 12, 2023
2 parents f5cd69d + 7c7e73f commit ea9659b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ seamlessly.
jobs:
build:
permissions:
id-token: write # for creating OIDC tokens for signing.
contents: write # for uploading to releases.
packages: write # for uploading attestations.
id-token: write # For signing
contents: read # For repo checkout.
actions: read # For getting workflow run info.
if: startsWith(github.ref, 'refs/tags/')
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_nodejs_slsa3.yml@v1.6.0
with:
Expand Down

0 comments on commit ea9659b

Please sign in to comment.