File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Parse Deployment Command
14+ if : ${{ !env.ACT }}
1415 id : parse_command
1516 run : |
1617 COMMENT_BODY="${{ github.event.comment.body }}"
5253
5354 - name : Get GH Zero Day Code APP token
5455 uses : actions/create-github-app-token@v1
55- id : zdc-app-token
56+ id : zdc-auth- app-token
5657 with :
5758 app-id : ${{ vars.ZDC_AUTH_APP_ID }}
5859 private-key : ${{ secrets.ZDC_AUTH_PRIVATE_KEY }}
@@ -102,6 +103,7 @@ jobs:
102103 - name : Trigger Deployment Workflow
103104 uses : actions/github-script@v7
104105 with :
106+ github-token : ${{ steps.zdc-auth-app-token.outputs.token }}
105107 script : |
106108 const environment = `${{ steps.parse_command.outputs.environment }}`;
107109 const project = `${{ steps.parse_command.outputs.project }}`;
You can’t perform that action at this time.
0 commit comments