Skip to content

Commit

Permalink
Correctly use PAT, fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperLlama88888 committed Jan 18, 2025
1 parent ac9d32a commit a0ab4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bundleAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ jobs:
name: Update Fork (HoloPrint-MC)
needs: deploy
runs-on: ubuntu-latest
if: github.repository == 'SuperLlama88888/holoprint'
steps:
- name: Trigger workflow in fork
uses: actions/github-script@v6
with:
github-token: ${{ secrets.PAT }}
script: |
let res = await github.rest.actions.createWorkflowDispatch({
owner: 'HoloPrint-MC',
Expand Down

0 comments on commit a0ab4b3

Please sign in to comment.