Skip to content

Commit

Permalink
fix(infra): new token name (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrompier authored Oct 18, 2024
1 parent cb5a290 commit bafdc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
wait-for-completion-interval: 10s
display-workflow-run-url-interval: 10s
ref: refs/heads/main
token: ${{ secrets.ARGO_CD_TOKEN }}
token: ${{ secrets.GIT_TOKEN_INFRA_DEPLOYMENT }}
inputs: '{"path": "hub/chat-ui/chat-ui.yaml", "values": ${{ env.VALUES }}, "url": "${{ github.event.head_commit.url }}"}'

0 comments on commit bafdc73

Please sign in to comment.