Skip to content

Commit

Permalink
tab2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 25, 2023
1 parent ecf7390 commit ab5c85c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/trigger_rebx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Test
run: |
curl -X POST https://api.github.com/repos/:userName/:repoName/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.TRIGGER_REBX_TOKEN }} \
--data '{"event_type": "Trigger Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
- uses: actions/checkout@v3
- name: Test
run: |
curl -X POST https://api.github.com/repos/:userName/:repoName/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.TRIGGER_REBX_TOKEN }} \
--data '{"event_type": "Trigger Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
- uses: actions/checkout@v3

0 comments on commit ab5c85c

Please sign in to comment.