diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29ec109..c53cc9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: id: update_pr uses: gr2m/create-or-update-pull-request-action@v1 env: - GITHUB_TOKEN: ${{ secrets.PR_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PR_TOKEN || 'token-not-set' }} with: author: "bot " commit-message: "Update replay.deps hash"