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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GH_API_KEY }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Process package updates
|
- name: Process package updates
|
||||||
env:
|
env:
|
||||||
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}
|
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BUILD_PACKAGES: "true"
|
BUILD_PACKAGES: "true"
|
||||||
GIT_COMMIT_PACKAGES: "true"
|
GIT_COMMIT_PACKAGES: "true"
|
||||||
GIT_PUSH_PACKAGES: "true"
|
GIT_PUSH_PACKAGES: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user