mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
Fix woodpecker CI
Use from_secret
This commit is contained in:
parent
1bccfafd97
commit
a2669e7e7b
1 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,12 @@ steps:
|
|||
- mv app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/sunup.apk
|
||||
environment:
|
||||
RELEASE_KEY_ALIAS: sunup
|
||||
secrets: [ release_key, release_store_password, release_key_password ]
|
||||
RELEASE_KEY:
|
||||
from_secret: release_key
|
||||
RELEASE_STORE_PASSWORD:
|
||||
from_secret: release_store_password
|
||||
RELEASE_KEY_PASSWORD:
|
||||
from_secret: release_key_password
|
||||
|
||||
upload:
|
||||
image: codeberg.org/s1m/woodpecker-upload:latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue