Skip to content

Commit

Permalink
Added permissions for attestion
Browse files Browse the repository at this point in the history
  • Loading branch information
synacker committed Sep 28, 2024
1 parent 177858d commit f05afe5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/daggy-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ jobs:
win:
runs-on: windows-latest
permissions:
id-token: write
contents: read
attestations: write
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -209,6 +213,10 @@ jobs:
macos:
runs-on: macos-latest
permissions:
id-token: write
contents: read
attestations: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f05afe5

Please sign in to comment.