We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a4f1d commit 03b5a60Copy full SHA for 03b5a60
1 file changed
.woodpecker/release.yaml
@@ -75,8 +75,8 @@ steps:
75
goreleaser:
76
image: goreleaser/goreleaser:latest
77
depends_on: [test, lint, security, validate-tag, check-version]
78
- secrets: [codeberg_token]
79
environment:
80
- - GITEA_TOKEN=${CODEBERG_RELEASE_TOKEN}
+ GITEA_TOKEN:
+ from_secret: CODEBERG_RELEASE_TOKEN
81
commands:
82
- goreleaser release --clean
0 commit comments