Skip to content

Commit a031ad4

Browse files
s
1 parent 4b17a22 commit a031ad4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/scratch-workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: [bkellam/release_cleanup]
66
workflow_dispatch:
77

8-
env:
9-
GAR_LOCATION: us-west1
10-
118
jobs:
129
scratch:
1310
runs-on: ubuntu-latest
@@ -18,6 +15,7 @@ jobs:
1815
# @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
1916
id-token: 'write'
2017
env:
18+
GAR_LOCATION: us-west1
2119
IMAGE_PATH: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot-staging/sourcebot
2220
steps:
2321
- name: 'Checkout'

0 commit comments

Comments
 (0)