File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20202121 - name : Trigger dynamic environment creation
2222 env :
23- APP_PEM_FILE : ${{ secrets.GITHUB_APP_PEM_FILE }}
24- APP_CLIENT_ID : ${{ secrets.GITHUB_APP_CLIENT_ID }}
23+ APP_PEM_FILE : ${{ secrets.APP_PEM_FILE }}
24+ APP_CLIENT_ID : ${{ secrets.APP_CLIENT_ID }}
2525 shell : bash
2626 run : |
2727 .github/scripts/dispatch_internal_repo_workflow.sh \
Original file line number Diff line number Diff line change 3737 - name : Trigger Acceptance Tests
3838 shell : bash
3939 env :
40- PEM_FILE : ${{ secrets.GITHUB_APP_PEM_FILE }}
41- CLIENT_ID : ${{ secrets.GITHUB_APP_CLIENT_ID }}
40+ APP_PEM_FILE : ${{ secrets.APP_PEM_FILE }}
41+ APP_CLIENT_ID : ${{ secrets.APP_CLIENT_ID }}
4242 run : |
4343 .github/scripts/dispatch_internal_repo_workflow.sh \
4444 --infraRepoName "nhs-notify-web-template-management" \
You can’t perform that action at this time.
0 commit comments