Skip to content

Commit 03b5a60

Browse files
committed
ci: fix secret usage
1 parent 85a4f1d commit 03b5a60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.woodpecker/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ steps:
7575
goreleaser:
7676
image: goreleaser/goreleaser:latest
7777
depends_on: [test, lint, security, validate-tag, check-version]
78-
secrets: [codeberg_token]
7978
environment:
80-
- GITEA_TOKEN=${CODEBERG_RELEASE_TOKEN}
79+
GITEA_TOKEN:
80+
from_secret: CODEBERG_RELEASE_TOKEN
8181
commands:
8282
- goreleaser release --clean

0 commit comments

Comments
 (0)