mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +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:
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
KEYSTORE:
|
||||
required: true
|
||||
KEY_ALIAS:
|
||||
required: true
|
||||
KEY_PASS:
|
||||
required: true
|
||||
KEY_STORE_PASS:
|
||||
required: true
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths: [ "mobile", "frontend" ]
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -71,6 +71,7 @@ jobs:
|
||||
android-build:
|
||||
uses: RoboSats/robosats/.github/workflows/android-build.yml@main
|
||||
needs: [frontend-build, check-versions]
|
||||
secrets: inherit
|
||||
with:
|
||||
semver: ${{ needs.check-versions.outputs.semver }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user