github actions: use per-repository token for automatic package updates workflow

This commit is contained in:
xeffyr 2022-01-31 19:47:26 +02:00 committed by GitHub
parent fc16f5298d
commit fc95ff7881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"