Skip to content

Commit 94b677b

Browse files
committed
chore(ci): add write permissions for contents in GitHub Actions workflow
1 parent a37c14a commit 94b677b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- created
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
tag:
1013
name: New tag

0 commit comments

Comments
 (0)