Skip to content

Commit

Permalink
Update workflow notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jul 20, 2024
1 parent 667f8b6 commit 4a57da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.PERSONAL_GITHUB_TOKEN }}" \
https://api.github.com/repos/sarmaged/style-forge/dispatches \
-d '{"event_type":"update-style-forge", "client_payload": {"update_type": "${{ env.update_type }}"}}'
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/Style-Forge/core/dispatches \
-d '{"event_type":"update-style-forge", "client_payload": {"update_type": "${{ env.update_type }}", "package_name": "style-forge.patterns"}}'

0 comments on commit 4a57da1

Please sign in to comment.