Skip to content

Commit 42e4025

Browse files
committed
fix(gh-actions): 🐛 Add secrets for generate token
1 parent 67e9549 commit 42e4025

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
@@ -30,6 +30,7 @@ jobs:
3030
generate-token:
3131
needs: parse-command
3232
uses: zerodaycode/app-summoners-sync/.github/workflows/generate-token.yml@develop
33+
secrets: inherit
3334

3435
notify-user:
3536
needs: generate-token
@@ -38,7 +39,6 @@ jobs:
3839
environment: ${{ needs.parse-command.outputs.environment }}
3940
project: ${{ needs.parse-command.outputs.project }}
4041
infra: ${{ needs.parse-command.outputs.infra }}
41-
secrets: inherit
4242

4343
trigger-deployment:
4444
needs: notify-user

0 commit comments

Comments
 (0)