ci(woodpecker): exposing secrets

This commit is contained in:
D. Moonfire 2022-07-14 17:03:24 -05:00
parent 2db1900176
commit 2d4ea989ed

View file

@ -18,9 +18,9 @@ pipeline:
commands:
- export DRONE="true" # Required to convince `env-ci` that it is a known CI
- git branch $DRONE_BRANCH origin/$DRONE_BRANCH # semantic-release needs this locally
- git branch -a
- git tag --merged main
- nix develop --command scripts/release.sh
secrets:
- gitea_token
when:
branch: main
gitea: