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"
|
||||
checksum:
|
||||
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||
api_key:
|
||||
from_secret: API_KEY
|
||||
api_key: ${FORGEJO_API_KEY}
|
||||
target: ${CI_COMMIT_TAG}
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
|
Loading…
Add table
Reference in a new issue