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 924e038 commit 296410a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -8,8 +8,12 @@ on:
push:
branches:
- main
permissions: {}
jobs:
release:
permissions:
contents: write # for release publishing

name: Release
runs-on: ubuntu-18.04
steps:
Expand Down

0 comments on commit 296410a

Please sign in to comment.