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

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