Skip to content

Commit 575ddfa

Browse files
committed
chore: move perms up to workflow level
Signed-off-by: jmeridth <[email protected]>
1 parent 8165927 commit 575ddfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/major-version-updater.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ on:
1010
env:
1111
TAG_NAME: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
1212
permissions:
13-
contents: read
13+
contents: write
1414
jobs:
1515
update_tag:
16-
permissions:
17-
contents: write
1816
name: Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes
1917
runs-on: ubuntu-latest
2018
steps:

0 commit comments

Comments
 (0)