once again, I am asking for your api key
This commit is contained in:
parent
41e1f8eda3
commit
5d42a34f16
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ pipeline:
|
||||||
checksum:
|
checksum:
|
||||||
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||||
api_key: ${FORGEJO_API}
|
api_key: ${FORGEJO_API}
|
||||||
secrets: [ forgejo_api ]
|
secrets:
|
||||||
|
- source: forgejo_api
|
||||||
|
target: FORGEJO_API
|
||||||
target: ${CI_COMMIT_TAG}
|
target: ${CI_COMMIT_TAG}
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue