build: checkout action 使用 token

This commit is contained in:
BugKing 2020-12-03 20:09:44 +08:00 committed by GitHub
parent 95381e91a6
commit 504f47d4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
token: ${{ secrets.ACCESS_TOKEN }}
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x