Skip to content

Commit 16138e0

Browse files
GHA-publish: testing out 0.2.1
1 parent a4f4a27 commit 16138e0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build-publish.yml

+2-7
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,20 +21,15 @@ 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
3530
uses: actions/setup-node@v4
3631
with:
37-
node-version: 18.x
32+
node-version: 16.x
3833
registry-url: https://npm.pkg.github.com/
3934
scope: '@parsable'
4035
cache: yarn

0 commit comments

Comments
 (0)