This commit is contained in:
Michel Roegl-Brunner 2025-03-18 08:42:01 +01:00
parent 6df877cc6c
commit 784f597c35

View File

@ -21,6 +21,13 @@ jobs:
repository: community-scripts/ProxmoxVED repository: community-scripts/ProxmoxVED
ref: main ref: main
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Crawl from newreleases.io - name: Crawl from newreleases.io
env: env:
token: ${{ secrets.NEWRELEASES_TOKEN }} token: ${{ secrets.NEWRELEASES_TOKEN }}
@ -66,7 +73,7 @@ jobs:
- name: Commit JSON - name: Commit JSON
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: | run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions[bot]" git config --global user.name "GitHub Actions[bot]"