Skip to content

Commit

Permalink
refactor: move vcpkg helper to maintenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 8, 2023
1 parent daec4d0 commit 7967ac0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ jobs:
message: "ci: maintenance `${{ steps.versioning.outputs.VCPKG_VERSION }}`"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.VCPKG_HELPER_TOKEN }}
repository: Starfield-Reverse-Engineering/Starfield-RE-vcpkg
event-type: update-event
client-payload: '{"sha": "${{ github.sha }}"}'
17 changes: 0 additions & 17 deletions .github/workflows/vcpkg_helper.yml

This file was deleted.

0 comments on commit 7967ac0

Please sign in to comment.