Skip to content

Commit d750bdf

Browse files
committed
Specify "contents: write" permissions for GITHUB_TOKEN in the Mintlayer release workflow
1 parent 8154c7a commit d750bdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mintlayer-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'mintlayer-v*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
strategy:
@@ -90,3 +93,4 @@ jobs:
9093
artifactErrorsFailBuild: true
9194
name: "Release ${{ steps.get_version.outputs.VERSION }}"
9295
body: ${{ steps.generate_body.outputs.BODY }}
96+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)