Spaces:
Running
Running
fix(infra): new token name (#1530)
Browse files
.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.
|
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 }}"}'
|