Skip to content

Commit

Permalink
fix: use PAT secret in vcpkg_helper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 8, 2023
1 parent 8dfd879 commit b7492d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/vcpkg_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ on:
push:
branches: main

permissions:
contents: write

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

0 comments on commit b7492d7

Please sign in to comment.