Skip to content

Commit f4a5759

Browse files
authored
Merge pull request #300 from github/jm_perms_test_again
chore: move perms up to workflow level
2 parents 8165927 + 575ddfa commit f4a5759

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)