Skip to content

Commit a4f4a27

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-publish.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build-publish
22
permissions:
33
contents: write
4-
id-token: write
4+
id-token: read
55
packages: write
66

77
on:
@@ -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)