Skip to content

Commit 0383a61

Browse files
authored
Merge pull request #161 from microsoftgraph/fix/write-permissions
Add write permissions for workflows
2 parents 32eb092 + 7a5b2d1 commit 0383a61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tag-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ defaults:
1414
run:
1515
shell: bash
1616

17+
permissions:
18+
contents: write
19+
1720
jobs:
1821
create-tag:
1922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)