Skip to content

Commit 29e58ed

Browse files
committed
fix: remove all permissions specifications
1 parent 1c74f99 commit 29e58ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-images-manifests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
build-platform-images:
1616
name: Build ${{ matrix.image }} (${{ matrix.platform }})
1717
runs-on: ${{ matrix.runner }}
18-
permissions:
19-
id-token: write
20-
contents: read
2118
strategy:
2219
matrix:
2320
include:
@@ -73,9 +70,6 @@ jobs:
7370
name: Create Multi-Platform Manifests
7471
runs-on: ubuntu-latest
7572
needs: build-platform-images
76-
permissions:
77-
id-token: write
78-
contents: read
7973
steps:
8074
# SDSC ADD-ON
8175
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)