File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 41
41
env :
42
42
FRONT_DOOR_USERNAME : ${{ secrets.FRONT_DOOR_USERNAME }}
43
43
FRONT_DOOR_PASSWORD : ${{ secrets.FRONT_DOOR_PASSWORD }}
44
- GITHUB_PR_NUMBER : ${{ github.event.pull_request.number }}
44
+ GITHUB_PR_NUMBER : ${{ github.event.pull_request.number }}
45
+ OWNER : nginxinc
46
+ REPO : nginx-hugo-theme
45
47
jobs :
46
48
prod-check-branch :
47
49
runs-on : ubuntu-24.04
86
88
-H "Accept: application/vnd.github+json" \
87
89
-H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
88
90
-H "X-GitHub-Api-Version: 2022-11-28" \
89
- "https://api.github.com/repos/nginxinc/nginx-hugo-theme /dispatches" \
91
+ "https://api.github.com/repos/${{ env.OWNER }}/${{ env.REPO }} /dispatches" \
90
92
-d "{"event_type": "trigger-slack-notification", "client_payload": {"previewURL": "${{PREVIEW_URL}}"}}"
91
93
env :
92
94
PREVIEW_URL : ${{ needs.call-docs-build-push.outputs.PREVIEW_URL }}
You can’t perform that action at this time.
0 commit comments