Skip to content

Commit

Permalink
Merge pull request #211 from microsoft/feature/wf-permissions-release
Browse files Browse the repository at this point in the history
 - adds permissions to release workflow
  • Loading branch information
baywet authored Jan 23, 2024
2 parents 44249b2 + 1c6cff6 commit 3db0eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

permissions:
contents: write

jobs:
build:
uses: ./.github/workflows/build.yml
Expand Down

0 comments on commit 3db0eec

Please sign in to comment.