This commit is contained in:
defautluser0
2025-05-23 14:50:41 +02:00
parent 8f07c03e18
commit 845bd5b891
2 changed files with 2 additions and 2 deletions

View File

@@ -39,4 +39,4 @@ jobs:
git commit -m "metainfo: add entry for ${{ github.event.release.tag_name }}"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

View File

@@ -43,4 +43,4 @@ jobs:
run: |
pnpm electron-builder --${{ matrix.platform }} --publish always
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}