Skip to content

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckh authored Feb 5, 2023
1 parent 482bf39 commit c67e05e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ on:
push:
permissions: write-all
jobs:
clean_packages:
name: Clean Packages Workflow
uses: mbeckh/vcpkg-registry/.github/workflows/run-clean_packages.yml@feature-dispatch-clean
secrets: inherit

test:
runs-on: ubuntu-latest
steps:
- shell: bash
env:
GITHUB_TOKEN: ${{github.token}}
run: |
curl \
-H "Accept: application/vnd.github+json" -H "Authorization: Bearer $GITHUB_TOKEN" \
"$GITHUB_API_URL/repos/mbeckh/vcpkg-registry/actions/workflows/clean_packages.yml"

0 comments on commit c67e05e

Please sign in to comment.