mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2025-03-14 21:25:54 +01:00
ci: update add-key args
This commit is contained in:
parent
9db33e37e4
commit
3546499a47
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ steps:
|
|||
image: codeberg.org/cyborus/forgejo-cli:latest
|
||||
pull: true
|
||||
commands:
|
||||
- export FORGE_HOST=$(echo $CI_FORGE_URL | sed -E 's_^https?://__')
|
||||
- fj auth add-key $FORGE_HOST $CI_REPO_OWNER $TOKEN
|
||||
- fj --host $CI_FORGE_URL auth add-key $CI_REPO_OWNER $TOKEN
|
||||
- fj release --repo $CI_REPO_URL asset create $CI_COMMIT_TAG forgejo-cli-windows.zip
|
||||
- fj release --repo $CI_REPO_URL asset create $CI_COMMIT_TAG forgejo-cli-linux.gz
|
||||
- fj auth logout $FORGE_HOST
|
||||
|
|
Loading…
Add table
Reference in a new issue