Skip to content

Commit

Permalink
ci: Add missing action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 14, 2023
1 parent 1dc667f commit a6dfe9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ jobs:
runs-on: ubuntu-latest
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
id-token: write # mandatory for trusted publishing
contents: write # mandatory for making repo releases

steps:
- name: Checkout
Expand Down

0 comments on commit a6dfe9b

Please sign in to comment.