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 67e9549 commit 42e4025Copy full SHA for 42e4025
.github/workflows/deploy-chatbot.yml
@@ -30,6 +30,7 @@ jobs:
30
generate-token:
31
needs: parse-command
32
uses: zerodaycode/app-summoners-sync/.github/workflows/generate-token.yml@develop
33
+ secrets: inherit
34
35
notify-user:
36
needs: generate-token
@@ -38,7 +39,6 @@ jobs:
38
39
environment: ${{ needs.parse-command.outputs.environment }}
40
project: ${{ needs.parse-command.outputs.project }}
41
infra: ${{ needs.parse-command.outputs.infra }}
- secrets: inherit
42
43
trigger-deployment:
44
needs: notify-user
0 commit comments