Skip to content

Commit c1995b2

Browse files
committed
Add explicit permissions block to versioning.yml
1 parent f6cfac9 commit c1995b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/versioning.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
# release:
66
# types: [published, edited]
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
actions-tagger:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)