Skip to content

Commit 14638df

Browse files
committed
ci: remove use of GITHUB_TOKEN
1 parent 381a63c commit 14638df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ jobs:
156156
- name: Install cargo-zigbuild
157157
uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21
158158
if: ${{ contains(matrix.settings.target, 'musl') }}
159-
env:
160-
GITHUB_TOKEN: ${{ github.token }}
161159
with:
162160
tool: cargo-zigbuild
163161
- name: Setup OpenHarmony toolchain
@@ -466,8 +464,6 @@ jobs:
466464
name: cli
467465
path: ./packages/cli/dist
468466
- name: Publish
469-
env:
470-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
471467
run: |
472468
npm install -g npm
473469
if git log -1 --pretty=%B | grep "^v\?[0-9]\+\.[0-9]\+\.[0-9]\+$";

0 commit comments

Comments
 (0)