Skip to content

Commit

Permalink
fix(ci): fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Aug 8, 2024
1 parent 9d40584 commit 67c4273
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
pull-requests: write
packages: write
id-token: write
attestations: write

env:
GO111MODULE: "on"
Expand All @@ -33,9 +34,6 @@ jobs:
name: Publish Provider
needs:
- release
permissions:
id-token: write
attestations: write
strategy:
max-parallel: 4
matrix:
Expand Down

0 comments on commit 67c4273

Please sign in to comment.