Give Gitea token instead of GitHub token
All checks were successful
Build Develop Image / Build Image (push) Successful in 21s
Build Develop Image / Notify (push) Successful in 2s
Test Pull Request / Build Image (pull_request) Successful in 25s
Test Pull Request / Notify (pull_request) Successful in 3s

This commit is contained in:
MrMeeb 2024-05-06 13:52:07 +00:00
parent 82d9872f81
commit 9f5b2447b7
Signed by: MrMeeb
SSH Key Fingerprint: SHA256:9ii6CJ11ZIZeIhBYDDUsxf/W0cwSp5Iqzb10Iydh3a4

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]