Skip to content

Commit

Permalink
Update GitHub job permissions (#692)
Browse files Browse the repository at this point in the history
* Updated all GitHub Actions to latest version to update to NodeJS 20

* Updated additional GitHub Actions to latest version to update to NodeJS 20

* Added permissions key to releases job to allow GitHub job write access to the repo to create new releases / write to gh_pages_canary
  • Loading branch information
pjlewisuk committed Apr 9, 2024
1 parent 086bc61 commit 4b1ca17
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 4b1ca17

Please sign in to comment.