Skip to content

Commit 790a520

Browse files
authored
Update workflow file to have write access to push tags (babelfish-for-postgresql#716)
1 parent 24caf69 commit 790a520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/manual_tags.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ permissions:
2222
jobs:
2323
create_tag:
2424
runs-on: ubuntu-latest
25+
permissions:
26+
contents: write
2527

2628
steps:
2729
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)