chore: remove token env

This commit is contained in:
Qiao Han
2022-10-19 15:42:35 +08:00
parent b9b7fd42da
commit 913c7a8e6f
2 changed files with 0 additions and 6 deletions

View File

@@ -13,9 +13,6 @@ defaults:
run:
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
e2e: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest

View File

@@ -9,9 +9,6 @@ defaults:
run:
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest