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 d086858 commit f2eb75aCopy full SHA for f2eb75a
.github/workflows/deploy-trigger.yml
@@ -29,7 +29,7 @@ jobs:
29
curl -L \
30
-X POST \
31
-H "Accept: application/vnd.github+json" \
32
- -H "Authorization: Bearer ${{ secrets.FINE_PATKA }}" \
+ -H "Authorization: Bearer ${{ secrets.CLASSIC_PATKA }}" \
33
-H "X-GitHub-Api-Version: 2022-11-28" \
34
https://api.github.com/repos/$repo_owner/$repo_name/dispatches \
35
-d "{\"event_type\": \"$event_type\", \"client_payload\": {\"branch\": \"$branch\", \"unit\": false, \"integration\": true}}"
0 commit comments