Skip to content

Commit b642de4

Browse files
authored
Merge pull request #7 from Msameim181/refactor/update_github_action
ci: add write permissions for contents in build workflow
2 parents 26666bd + 931d66a commit b642de4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
create-tag:
4545
needs: test
4646
runs-on: ubuntu-latest
47+
permissions:
48+
contents: write
4749
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
4850

4951
steps:

0 commit comments

Comments
 (0)