We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b454677 commit de6382dCopy full SHA for de6382d
.github/workflows/_gcp-deploy.yml
@@ -12,8 +12,6 @@ jobs:
12
gcp-deploy:
13
runs-on: ubuntu-latest
14
environment: ${{ inputs.environment }}
15
- permissions:
16
- contents: 'read'
17
env:
18
IMAGE_PATH: us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot/sourcebot-${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
19
steps:
.github/workflows/scratch-workflow.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
scratch:
10
uses: ./.github/workflows/_gcp-deploy.yml
11
+ secrets: inherit
permissions:
contents: 'read'
# Requird for OIDC auth with GCP.
0 commit comments