Skip to content

Commit e315973

Browse files
authored
Fix release workflow
Add permissions for writing contents, packages, and ID tokens.
1 parent 516a73c commit e315973

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ on:
1414
secrets:
1515
rubygems-api-key:
1616
required: true
17+
18+
permissions:
19+
contents: write
20+
packages: write
21+
id-token: write
22+
1723
jobs:
1824
release:
1925
uses: metanorma/ci/.github/workflows/rubygems-release.yml@main

0 commit comments

Comments
 (0)