Skip to content

Commit caadfda

Browse files
GHA-publish: testing out 0.2
1 parent c2a15bc commit caadfda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-publish.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
# if: github.event.pull_request.merged == true
2222
timeout-minutes: 20
2323
steps:
24+
- name: testing token
25+
run: |
26+
echo bot_token?: ${{ secrets.GH_PARSABLE_BOT_BYPASS == ''}}
27+
echo bot_token?: ${{ secrets.GH_PAT_CLASSIC_MACHINE_PARSABLE == ''}}
2428
- name: Checkout
2529
uses: actions/checkout@v4
2630
with:
27-
token: ${{secrets.GH_PAT_CLASSIC_MACHINE_PARSABLE}}
31+
token: ${{ secrets.GH_PARSABLE_BOT_BYPASS }}
2832
ref: GHA-publish
2933
fetch-depth: 0
3034
- name: Setup Node

0 commit comments

Comments
 (0)