Skip to content

Commit

Permalink
GHA-publish: testing out 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrobles committed Sep 13, 2024
1 parent c2a15bc commit caadfda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caadfda

Please sign in to comment.