Skip to content

Commit

Permalink
build: harden release.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura committed Sep 25, 2022
1 parent 0f98fd3 commit 7e23ae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
branches:
- master

permissions: {}
jobs:
stable:
permissions:
contents: write # to create release

uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
Expand Down

0 comments on commit 7e23ae6

Please sign in to comment.