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

Commit

Permalink
Merge pull request #221 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 783ecc1 + bc68557 commit c2ca903
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 c2ca903

Please sign in to comment.