diff --git a/.github/workflows/foreign-dispatch-test.yml b/.github/workflows/foreign-dispatch-test.yml index 15a3841..daefc4b 100644 --- a/.github/workflows/foreign-dispatch-test.yml +++ b/.github/workflows/foreign-dispatch-test.yml @@ -10,4 +10,4 @@ jobs: - name: Dispatch run: gh workflow run test.yml --raw-field project="Some Project" --raw-field version="1.2.3" --repo PathogenPlayground/GitHubActionsTest2 env: - GH_TOKEN: ${{github.token}} + GH_TOKEN: ${{secrets.GITHUBACTIONSTEST2_TOKEN}}