Skip to content

Commit 56b09d4

Browse files
committed
fix: I forgot the secrets inherit parameter. Oops !
1 parent c807a7c commit 56b09d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
with:
4848
project: ${{ needs.parse-command.outputs.project }}
4949
environment: ${{ needs.parse-command.outputs.environment }}
50-
50+
secrets: inherit
51+
5152
deploy-infra:
5253
needs: [parse-command, notify-user]
5354
if: needs.parse-command.outputs.artifact != ''

0 commit comments

Comments
 (0)