mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
fix adding token in ci
This commit is contained in:
parent
23187f4bef
commit
6ae35a398d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ steps:
|
||||||
image: codeberg.org/cyborus/forgejo-cli:latest
|
image: codeberg.org/cyborus/forgejo-cli:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- echo $TOKEN | fj auth add-key codeberg.org Cyborus
|
- fj auth add-key codeberg.org Cyborus $TOKEN
|
||||||
- fj --remote $CI_REPO_URL release create $VERSION --create-tag --branch $BRANCH --attach forgejo-cli-windows.zip --attach forgejo-cli-windows.gz
|
- fj --remote $CI_REPO_URL release create $VERSION --create-tag --branch $BRANCH --attach forgejo-cli-windows.zip --attach forgejo-cli-windows.gz
|
||||||
- fj auth logout codeberg.org
|
- fj auth logout codeberg.org
|
||||||
secrets: [ token ]
|
secrets: [ token ]
|
||||||
|
|
Loading…
Reference in a new issue