Skip to content

Commit d07c6d0

Browse files
authored
Merge pull request #4 from mapped/fix-ci-vtl-permissions
fix(#868k5bbdr): Grant contents:write for action-vtl to create tags
2 parents f93fbc3 + 0dab6fb commit d07c6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: github.ref == 'refs/heads/master'
5050
runs-on: ubuntu-latest
5151
permissions:
52-
contents: read
52+
contents: write
5353
id-token: write
5454

5555
steps:

0 commit comments

Comments
 (0)