ci(woodpecker): exposing secrets
This commit is contained in:
parent
2db1900176
commit
2d4ea989ed
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- export DRONE="true" # Required to convince `env-ci` that it is a known CI
|
- 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 $DRONE_BRANCH origin/$DRONE_BRANCH # semantic-release needs this locally
|
||||||
- git branch -a
|
|
||||||
- git tag --merged main
|
|
||||||
- nix develop --command scripts/release.sh
|
- nix develop --command scripts/release.sh
|
||||||
|
secrets:
|
||||||
|
- gitea_token
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
gitea:
|
gitea:
|
||||||
|
|
Loading…
Reference in a new issue