Skip to content

Commit

Permalink
token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Nov 23, 2024
1 parent a0ee9b6 commit 119471c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 119471c

Please sign in to comment.