Modify CI to use secrets
This commit is contained in:
parent
a198e7b101
commit
c5bfbc9adb
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ pipeline:
|
||||||
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||||
checksum:
|
checksum:
|
||||||
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||||
api_key:
|
api_key: ${FORGEJO_API_KEY}
|
||||||
from_secret: API_KEY
|
|
||||||
target: ${CI_COMMIT_TAG}
|
target: ${CI_COMMIT_TAG}
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue