Skip to content

Commit

Permalink
Set the permissions granted to the GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mganisin authored May 24, 2024
1 parent febdd80 commit 5cf52fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
jobs:
build-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 5cf52fc

Please sign in to comment.