[Fix] fix GitHub workflow errors in forks (#1113)

* feat: do not run winget/homebrew/scoop release in fork

* fix: replaced deprecated goreleaser fields

https://goreleaser.com/deprecations/#archivesbuilds

* fix: push docker images only with access to the registry
This commit is contained in:
Alexander Mnich
2025-08-30 21:49:49 +02:00
committed by GitHub
parent 0c32be3bea
commit ab81c04569
3 changed files with 11 additions and 7 deletions

View File

@@ -51,3 +51,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN || secrets.GITHUB_TOKEN }}
WINGET_TOKEN: ${{ secrets.WINGET_TOKEN }}
IS_FORK: ${{ github.repository_owner != 'henrygd' }}