Skip to content

Commit

Permalink
πŸ™ Updated workflow_dispatch - more work
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Jan 26, 2024
1 parent 0df0b70 commit 80ed1ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main # change to `docs` later

permissions: write-all

jobs:
wait-and-trigger:
Expand All @@ -28,7 +30,8 @@ jobs:
- name: ⚑ Trigger main workflow
if: steps.check-commits.outputs.abort != 'true'
run: |
curl -X POST \
curl -L \
-X POST \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
Expand Down

0 comments on commit 80ed1ae

Please sign in to comment.