Skip to content

Commit

Permalink
add token update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 4, 2024
1 parent 0320697 commit de00872
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-remote-cut-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
cloud_deploy: true
skip_deploy: false
update_version: true
env: "quai-sandbox"
gcp_project_id: "flash-gasket-349320"
token_secret_name: "gke-sandbox-token"
secrets:
DOCKER: ${{ secrets.DOCKER }}
BUILD_ARGS: ''
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-remote-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
cloud_deploy: true
skip_deploy: false
update_version: true
env: "quai-sandbox"
gcp_project_id: "flash-gasket-349320"
token_secret_name: "gke-sandbox-token"
secrets:
DOCKER: ${{ secrets.DOCKER }}
BUILD_ARGS: ''
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-remote-prod-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
cloud_deploy: true
skip_deploy: false
update_version: false
env: "quai-prod"
gcp_project_id: "flash-gasket-349320"
token_secret_name: "gke-prod-token"
secrets:
DOCKER: ${{ secrets.DOCKER }}
BUILD_ARGS: ''
Expand Down

0 comments on commit de00872

Please sign in to comment.