Skip to content

Commit

Permalink
chore(deploy): update deploy auth
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 10, 2024
1 parent 7a7473f commit 57d55f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
revision: dev
dir: deploy/dev
secrets:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}
deploy-prod:
if: github.ref == 'refs/heads/main'
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main
Expand All @@ -45,4 +45,4 @@ jobs:
revision: main
dir: deploy/prod
secrets:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}

0 comments on commit 57d55f7

Please sign in to comment.