fix: add github token to workflow

This commit is contained in:
Qiao Han
2022-10-19 15:18:31 +08:00
parent fbc30286a1
commit e6d0c3767a
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ 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
@@ -20,7 +23,6 @@ jobs:
matrix:
version:
- 1.0.0
- 1.5.4
- latest
steps:
- uses: actions/checkout@v3