Skip to content

Commit 5be1df8

Browse files
committed
ci: remove explicit permissions
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent a4d73c1 commit 5be1df8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
os: [linux, darwin, freebsd, windows]
4545
arch: [amd64, arm64]
4646
runs-on: ubuntu-latest
47-
permissions:
48-
id-token: write
49-
contents: read
50-
attestations: write
5147
needs: [create-draft-release]
5248
steps:
5349
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
@@ -79,11 +75,6 @@ jobs:
7975

8076
build-images:
8177
runs-on: ubuntu-latest
82-
permissions:
83-
id-token: write
84-
contents: read
85-
attestations: write
86-
packages: write
8778
needs: [create-draft-release]
8879
steps:
8980
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

0 commit comments

Comments
 (0)