try id-token perm
This commit is contained in:
6
.github/workflows/deploy-registry.yaml
vendored
6
.github/workflows/deploy-registry.yaml
vendored
@@ -9,6 +9,12 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Set id-token permission for gcloud
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user