chore(ci): update secret name

This commit is contained in:
DataHearth 2023-02-10 17:57:12 +01:00
parent bcc4faae27
commit f627f8e199
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ steps:
- name: release
image: goreleaser/goreleaser
environment:
GITHUB_TOKEN:
from_secret: github_token
GITEA_TOKEN:
from_secret: GITEA_TOKEN
commands:
- go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
- goreleaser release --clean --release-notes <(git-chglog -t .chglog/RELEASE_CHANGELOG.tpl.md)