CI: package updates: use my token for cloned repo
This commit is contained in:
parent
3d775d213e
commit
2aed379af2
1
.github/workflows/package_updates.yml
vendored
1
.github/workflows/package_updates.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
token: ${{ secrets.GH_API_KEY }}
|
||||||
- name: Process package updates
|
- name: Process package updates
|
||||||
env:
|
env:
|
||||||
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}
|
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user