Skip to content

Commit

Permalink
fix deprecated pipeline syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner committed Dec 14, 2024
1 parent 188b898 commit 68abf33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .woodpecker/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ steps:
--upload-file build/zaphod/zephyr/zmk.uf2 \
https://git.chdorner.com/api/packages/chdorner/generic/panic34/latest/zaphod.uf2 \
&& echo "created package version latest"
secrets:
- FORGEJO_TOKEN_CHDORNER_PACKAGE_WRITE
environment:
FORGEJO_TOKEN_CHDORNER_PACKAGE_WRITE:
from_secret: FORGEJO_TOKEN_CHDORNER_PACKAGE_WRITE
when:
event: push
branch: main

0 comments on commit 68abf33

Please sign in to comment.