From a2eeb6abdd68fb83a0bef31c17f5f9c50dca227c Mon Sep 17 00:00:00 2001 From: dan rosenbrock Date: Wed, 4 Sep 2024 09:14:22 +1200 Subject: [PATCH] use gh token --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d77b303a..96d53a47 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -19,7 +19,7 @@ jobs: id: return_dispatch uses: ./ with: - token: ${{ secrets.TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ env.TARGET_BRANCH }} repo: return-dispatch owner: seequent