github actions: use per-repository token for automatic package updates workflow
This commit is contained in:
parent
fc16f5298d
commit
fc95ff7881
4
.github/workflows/package_updates.yml
vendored
4
.github/workflows/package_updates.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GH_API_KEY }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Process package updates
|
||||
env:
|
||||
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}
|
||||
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BUILD_PACKAGES: "true"
|
||||
GIT_COMMIT_PACKAGES: "true"
|
||||
GIT_PUSH_PACKAGES: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user