CI: package updates: use my token for cloned repo

This commit is contained in:
Leonid Pliushch 2020-12-18 00:26:53 +02:00
parent 3d775d213e
commit 2aed379af2
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GH_API_KEY }}
- name: Process package updates
env:
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}