Skip to content

Commit

Permalink
add permissions to the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Apr 15, 2024
1 parent 3dcb2f2 commit 81ee9cf
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
Expand Up @@ -7,6 +7,11 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: read
pages: write
id-token: write

jobs:
release:
name: Release
Expand Down

0 comments on commit 81ee9cf

Please sign in to comment.