Skip to content

Commit

Permalink
fix action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ceuk committed Jul 15, 2024
1 parent 3747545 commit 758dbb5
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 @@ -9,6 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
id-token: write
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 758dbb5

Please sign in to comment.