Skip to content

Commit

Permalink
Update index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Aug 22, 2024
1 parent c1a76f6 commit 152ef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "Authorization: Bearer ${{ secrets.GITHUB_ACTIONS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$repo_owner/$repo_name/dispatches \
-d "{\"event_type\": \"$event_type\", \"client_payload\": {\"version\": \"$version\", \"unit\": false, \"integration\": true}}"

0 comments on commit 152ef09

Please sign in to comment.