Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e0c770

Browse files
committedSep 13, 2024·
GHA-publish: testing out 0.2.1
1 parent a4f4a27 commit 2e0c770

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎.github/workflows/build-publish.yml

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

77
on:
@@ -21,14 +21,9 @@ 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 == ''}}
2824
- name: Checkout
2925
uses: actions/checkout@v4
3026
with:
31-
token: ${{ secrets.GH_PARSABLE_BOT_BYPASS }}
3227
ref: GHA-publish
3328
fetch-depth: 0
3429
- name: Setup Node

0 commit comments

Comments
 (0)
Please sign in to comment.