Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 3fc484b

Browse files
authored
Merge pull request #282 from microsoft/feature/wf-permissions-release
- adds permissions to release workflow
2 parents 12625ac + 23b7995 commit 3fc484b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
tags:
77
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
build:
1114
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)