Skip to content

Commit 1224295

Browse files
committed
ci: expand permissions for pack job
1 parent dd60ea4 commit 1224295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
pack:
3131
name: OK to pack?
3232
runs-on: ubuntu-22.04
33+
permissions:
34+
contents: write
35+
workflows: write
3336
outputs:
3437
version: ${{ steps.semver-tagger.outputs.version }}
3538
version_full: ${{ steps.semver-tagger.outputs.version_full }}
@@ -46,6 +49,7 @@ jobs:
4649
with:
4750
fetch-depth: 0
4851
token: ${{ secrets.GITHUB_TOKEN }}
52+
4953
- name: Update version
5054
id: semver-tagger
5155
uses: manticoresoftware/semver-tagger-action@main

0 commit comments

Comments
 (0)