Skip to content

Commit f92c331

Browse files
authored
Update publish-beta.yml
1 parent 8623b49 commit f92c331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Trigger website deployment
3939
run: |
4040
curl -fsS -X POST \
41-
-H "Authorization: Bearer ${{ secrets.GH_PAT }}" \
41+
-H "Authorization: Bearer ${{ secrets.GH_WEBSITE_TRIGGER_PAT }}" \
4242
-H "Accept: application/vnd.github+json" \
4343
https://api.github.com/repos/codeceptjs/website/dispatches \
4444
-d '{"event_type":"codeceptjs-release"}'

0 commit comments

Comments
 (0)