Skip to content

Commit

Permalink
Update GitHub Actions workflow to add permissions for id-token, packa…
Browse files Browse the repository at this point in the history
…ges, contents, and attestations
  • Loading branch information
alexlovelltroy committed Nov 29, 2024
1 parent 8eee3a0 commit 358ec6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:

jobs:
build-and-push:
permissions:
id-token: write
packages: write
contents: read
attestations: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 358ec6d

Please sign in to comment.