rtrm HF Staff commited on
Commit
61a00ab
·
unverified ·
1 Parent(s): af3d972

fix(infra): new token name (#1530)

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy-prod.yml +1 -1
.github/workflows/deploy-prod.yml CHANGED
@@ -71,5 +71,5 @@ jobs:
71
  wait-for-completion-interval: 10s
72
  display-workflow-run-url-interval: 10s
73
  ref: refs/heads/main
74
- token: ${{ secrets.ARGO_CD_TOKEN }}
75
  inputs: '{"path": "hub/chat-ui/chat-ui.yaml", "values": ${{ env.VALUES }}, "url": "${{ github.event.head_commit.url }}"}'
 
71
  wait-for-completion-interval: 10s
72
  display-workflow-run-url-interval: 10s
73
  ref: refs/heads/main
74
+ token: ${{ secrets.GIT_TOKEN_INFRA_DEPLOYMENT }}
75
  inputs: '{"path": "hub/chat-ui/chat-ui.yaml", "values": ${{ env.VALUES }}, "url": "${{ github.event.head_commit.url }}"}'