Skip to content

Commit

Permalink
Switch to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jun 30, 2021
1 parent 99ff048 commit a9d2830
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
draft: false
prerelease: false
- name: Trigger Bucket Update
run: |
curl -XPOST -H "Content-Type:application/json" -H "Authorization:token ${GITHUB_TOKEN}" -d '{"inputs":{},"ref":"master"}' https://api.github.com/repos/frostming/scoop-frostming/actions/workflows/${WORKFLOW_ID}/dispatches
env:
GITHUB_TOKEN: ${{ secrets.G_T }}
WORKFLOW_ID: ${{ secrets.WORKFLOW_ID }}
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Excavator
repo: frostming/scoop-frostming
token: ${{ secrets.G_T }}

0 comments on commit a9d2830

Please sign in to comment.