Skip to content

Commit 10373e2

Browse files
committed
fix(gh-actions): 🐛 fix secret name
1 parent c2d0f69 commit 10373e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
project: ${{ needs.parse-command.outputs.project }}
5454
environment: ${{ needs.parse-command.outputs.environment }}
5555
secrets:
56-
ZDC_TOKEN: ${{ needs.generate-token.outputs.zdctoken }}
56+
ZDC_TOKEN: ${{ needs.generate-token.outputs.ZDC_TOKEN }}
5757
PASSPHRASE_ACTION_TOKEN: ${{ secrets.PASSPHRASE_ACTION_TOKEN }}
5858

5959
deploy-infra:

0 commit comments

Comments
 (0)