Skip to content

Commit f2eb75a

Browse files
committed
fix(cd): changing to classic pat for workflow dispatch
1 parent d086858 commit f2eb75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
curl -L \
3030
-X POST \
3131
-H "Accept: application/vnd.github+json" \
32-
-H "Authorization: Bearer ${{ secrets.FINE_PATKA }}" \
32+
-H "Authorization: Bearer ${{ secrets.CLASSIC_PATKA }}" \
3333
-H "X-GitHub-Api-Version: 2022-11-28" \
3434
https://api.github.com/repos/$repo_owner/$repo_name/dispatches \
3535
-d "{\"event_type\": \"$event_type\", \"client_payload\": {\"branch\": \"$branch\", \"unit\": false, \"integration\": true}}"

0 commit comments

Comments
 (0)