Skip to content

Commit

Permalink
fix(ci): set permissions for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
folex committed Jan 20, 2023
1 parent 11a81bb commit f5842a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
needs:
- release-please

permissions:
contents: read
id-token: write

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f5842a8

Please sign in to comment.