Skip to content

Commit

Permalink
Use CLI trigger for report
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Oct 19, 2023
1 parent 49394ae commit cf8f16a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ jobs:
- bake
steps:
- name: Report
env:
GITHUB_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN }}
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GHP_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/DARPA-ASKEM/simulation-integration/actions/workflows/report.yaml/dispatches \
-d '{"ref":"main","inputs":{}}'
gh workflow run report.yaml --repo DARPA-ASKEM/simulation-integration --ref main

0 comments on commit cf8f16a

Please sign in to comment.