Skip to content

Commit a6dfe9b

Browse files
committed
ci: Add missing action permission
1 parent 1dc667f commit a6dfe9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ jobs:
161161
runs-on: ubuntu-latest
162162
environment: release
163163
permissions:
164-
# IMPORTANT: this permission is mandatory for trusted publishing
165-
id-token: write
164+
id-token: write # mandatory for trusted publishing
165+
contents: write # mandatory for making repo releases
166166

167167
steps:
168168
- name: Checkout

0 commit comments

Comments
 (0)