We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d0f69 commit 10373e2Copy full SHA for 10373e2
.github/workflows/deploy-chatbot.yml
@@ -53,7 +53,7 @@ jobs:
53
project: ${{ needs.parse-command.outputs.project }}
54
environment: ${{ needs.parse-command.outputs.environment }}
55
secrets:
56
- ZDC_TOKEN: ${{ needs.generate-token.outputs.zdctoken }}
+ ZDC_TOKEN: ${{ needs.generate-token.outputs.ZDC_TOKEN }}
57
PASSPHRASE_ACTION_TOKEN: ${{ secrets.PASSPHRASE_ACTION_TOKEN }}
58
59
deploy-infra:
0 commit comments