Skip to content

Commit

Permalink
Added permissions key to releases job to allow GitHub job write acces…
Browse files Browse the repository at this point in the history
…s to the repo to create new releases / write to gh_pages_canary
  • Loading branch information
pjlewisuk authored Apr 9, 2024
1 parent d65b5fb commit 32c1034
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Release bicep and helper

permissions:
contents: write
metadata: read
packages: read

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 32c1034

Please sign in to comment.