Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit d9622e5

Browse files
committed
try id-token perm
1 parent e86e50c commit d9622e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-registry.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
12+
13+
# Set id-token permission for gcloud
14+
permissions:
15+
contents: read
16+
id-token: write
17+
1218
steps:
1319
- name: Checkout repository
1420
uses: actions/checkout@v4

0 commit comments

Comments
 (0)