Skip to content

Commit 5a85fee

Browse files
committed
add r/w permissions to build action
Signed-off-by: Rajat Chopra <rajatc@nvidia.com>
1 parent 1aad3c8 commit 5a85fee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/images.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- amd64
3131
# - arm64
3232
runs-on: linux-${{ matrix.arch }}-cpu4
33+
permissions:
34+
contents: read
35+
id-token: write
3336
steps:
3437
- uses: actions/checkout@v4
3538
name: Check out code

0 commit comments

Comments
 (0)