Skip to content

Commit

Permalink
ci: add vcpkg helper to pass commit SHA on push (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Sep 8, 2023
1 parent bffee03 commit d7ba922
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/vcpkg_helper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: vcpkg Registry Helper

on:
push:
branches: main

jobs:
helper:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: Starfield-Reverse-Engineering/Starfield-RE-vcpkg
event-type: update-event
client-payload: '{"sha": "${{ github.sha }}"}'

0 comments on commit d7ba922

Please sign in to comment.