From caadfdacdf94bfb508ed38e6ee03b2a987a2aa0c Mon Sep 17 00:00:00 2001 From: pbrobles Date: Fri, 13 Sep 2024 09:49:33 -0500 Subject: [PATCH] GHA-publish: testing out 0.2 --- .github/workflows/build-publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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