From f627f8e19902212d7e711250ff207c327a4bd1c2 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Fri, 10 Feb 2023 17:57:12 +0100 Subject: [PATCH] chore(ci): update secret name --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 96b187b..868b880 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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)