Skip to content

Commit de6382d

Browse files
s
1 parent b454677 commit de6382d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/_gcp-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
gcp-deploy:
1313
runs-on: ubuntu-latest
1414
environment: ${{ inputs.environment }}
15-
permissions:
16-
contents: 'read'
1715
env:
1816
IMAGE_PATH: us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot/sourcebot-${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
1917
steps:

.github/workflows/scratch-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
scratch:
1010
uses: ./.github/workflows/_gcp-deploy.yml
11+
secrets: inherit
1112
permissions:
1213
contents: 'read'
1314
# Requird for OIDC auth with GCP.

0 commit comments

Comments
 (0)