Skip to content

Commit

Permalink
add permissions to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Dec 20, 2024
1 parent 1551bf9 commit 8a56571
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
# TODO: remove github_actions after we've tested that this works
branches: [ master, github_actions ]

permissions:
id-token: write
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a56571

Please sign in to comment.