Skip to content

Commit

Permalink
Update to permissions.contents = write of create git tag action (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuchiki authored Jan 11, 2024
1 parent 82ac424 commit 786f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
bump-tag:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
outputs:
new_version: ${{ steps.bump-semver.outputs.new_version }}
Expand Down

0 comments on commit 786f6ec

Please sign in to comment.