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 8623b49 commit f92c331Copy full SHA for f92c331
1 file changed
.github/workflows/publish-beta.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Trigger website deployment
39
run: |
40
curl -fsS -X POST \
41
- -H "Authorization: Bearer ${{ secrets.GH_PAT }}" \
+ -H "Authorization: Bearer ${{ secrets.GH_WEBSITE_TRIGGER_PAT }}" \
42
-H "Accept: application/vnd.github+json" \
43
https://api.github.com/repos/codeceptjs/website/dispatches \
44
-d '{"event_type":"codeceptjs-release"}'
0 commit comments