Skip to content

Commit

Permalink
Fix permissions again
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 2, 2024
1 parent dc0545c commit f24e2a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
tags:
- "v*"

permissions: write-all

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write

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

0 comments on commit f24e2a9

Please sign in to comment.