Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 57d55f7

Browse files
committed
chore(deploy): update deploy auth
1 parent 7a7473f commit 57d55f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
revision: dev
3131
dir: deploy/dev
3232
secrets:
33-
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
33+
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}
3434
deploy-prod:
3535
if: github.ref == 'refs/heads/main'
3636
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main
@@ -45,4 +45,4 @@ jobs:
4545
revision: main
4646
dir: deploy/prod
4747
secrets:
48-
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
48+
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}

0 commit comments

Comments
 (0)