Skip to content

Commit 0513bd3

Browse files
committed
fix(wooddpecker): secsets are deprecated
1 parent 99c13f5 commit 0513bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.woodpecker/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ steps:
2525
environment:
2626
REPO_NAME: ${CI_REPO_NAME}
2727
REPO_OWNER: ${CI_REPO_OWNER}
28-
secrets:
29-
- github_token
28+
GITHUB_TOKEN:
29+
from_secret: github_token
3030
when:
3131
- event: tag
3232
ref: refs/tags/v*

0 commit comments

Comments
 (0)