Skip to content

Commit f4578f8

Browse files
authored
Merge pull request #23 from microsoft/feature/wf-permissions-release
- adds permissions to release workflow
2 parents 981832c + 156e24b commit f4578f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "v[0-9]+.[0-9]+.[0-9]+"
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
Git_Release:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)