mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-05 22:10:10 +00:00
chore: fix access to android build secrets on release workflow
This commit is contained in:
parent
428c838967
commit
5188689c31
9
.github/workflows/android-build.yml
vendored
9
.github/workflows/android-build.yml
vendored
@ -6,6 +6,15 @@ on:
|
|||||||
semver:
|
semver:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
secrets:
|
||||||
|
KEYSTORE:
|
||||||
|
required: true
|
||||||
|
KEY_ALIAS:
|
||||||
|
required: true
|
||||||
|
KEY_PASS:
|
||||||
|
required: true
|
||||||
|
KEY_STORE_PASS:
|
||||||
|
required: true
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths: [ "mobile", "frontend" ]
|
paths: [ "mobile", "frontend" ]
|
||||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -71,6 +71,7 @@ jobs:
|
|||||||
android-build:
|
android-build:
|
||||||
uses: RoboSats/robosats/.github/workflows/android-build.yml@main
|
uses: RoboSats/robosats/.github/workflows/android-build.yml@main
|
||||||
needs: [frontend-build, check-versions]
|
needs: [frontend-build, check-versions]
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
semver: ${{ needs.check-versions.outputs.semver }}
|
semver: ${{ needs.check-versions.outputs.semver }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user