diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 132b074ca..7cb251331 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -21,10 +21,14 @@ jobs: # if: github.event.pull_request.merged == true timeout-minutes: 20 steps: + - name: testing token + run: | + echo bot_token?: ${{ secrets.GH_PARSABLE_BOT_BYPASS == ''}} + echo bot_token?: ${{ secrets.GH_PAT_CLASSIC_MACHINE_PARSABLE == ''}} - name: Checkout uses: actions/checkout@v4 with: - token: ${{secrets.GH_PAT_CLASSIC_MACHINE_PARSABLE}} + token: ${{ secrets.GH_PARSABLE_BOT_BYPASS }} ref: GHA-publish fetch-depth: 0 - name: Setup Node