Merge pull request 'Give Gitea token instead of GitHub token' (#9) from develop into main

Reviewed-on: #9
This commit is contained in:
MrMeeb 2024-05-06 13:53:44 +00:00
commit 0c40ca0240

View File

@ -63,7 +63,7 @@ jobs:
version: latest
args: release --clean -f goreleaser-gitea.yaml
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
GITEA_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
"Notify":
runs-on: [ubuntu-docker-latest, linux/amd64]