Skip to content

Commit 6ac4aec

Browse files
committed
release action: ensure GITHUB_TOKEN has the permission to add asserts to release
1 parent b2899b5 commit 6ac4aec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- build
4747
runs-on: ubuntu-latest
4848

49+
# allow the mod publish step to add asserts to release
50+
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
51+
permissions:
52+
contents: write
53+
4954
strategy:
5055
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
5156

0 commit comments

Comments
 (0)