Skip to content

Commit e3472b1

Browse files
committed
fix(wooddpecker): secsets are deprecated
1 parent bd35b03 commit e3472b1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.woodpecker/test-linux.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ steps:
88
commands:
99
- make bootstrap test
1010
- curl -s https://codecov.io/bash | bash
11-
secrets:
12-
- dev_registry
13-
- codecov_token
11+
environment:
12+
DEV_REGISTRY:
13+
from_secret: dev_registry
14+
CODECOV_TOKEN:
15+
from_secret: codecov_token
1416
when:
1517
event:
1618
- push

0 commit comments

Comments
 (0)