Skip to content

Commit 7bb865c

Browse files
fix secrets
1 parent 4e1f88b commit 7bb865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-orphan-domain-handler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
registry: us-central1-docker.pkg.dev
4040
username: _json_key
41-
password: ${{ secrets.ORPHAN_DOMAIN_HANDLER_KOPS_DEV_STG_DEPLOYMENT_KEY }}
41+
password: ${{ secrets.ORPHAN_DOMAIN_HANDLER_KOPS_DEV_DEPLOYMENT_KEY }}
4242

4343
- name: Build and Push Docker Image to GAR
4444
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)