ci: fix secret
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
abs3nt 2023-03-04 15:29:29 -08:00
parent ac34433314
commit a5ca637952

View File

@ -19,7 +19,7 @@ pipeline:
image: goreleaser/goreleaser image: goreleaser/goreleaser
commands: commands:
- goreleaser release --config .githubrelease.yaml - goreleaser release --config .githubrelease.yaml
secrets: [ gitea_token ] secrets: [ github_token ]
when: when:
event: tag event: tag