Skip to content

Commit

Permalink
Fix permissions on binaries build
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 15, 2024
1 parent 0d32c6e commit 1b544d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ defaults:
run:
shell: bash

permissions:
id-token: write
contents: read
attestations: write

jobs:

build:
Expand Down

0 comments on commit 1b544d2

Please sign in to comment.