mirror of
https://github.com/multipleof4/appsune.git
synced 2026-01-13 15:57:53 +00:00
14 lines
315 B
YAML
14 lines
315 B
YAML
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
name:
|
|
required: true
|
|
jobs:
|
|
gen:
|
|
uses: multipleof4/.actions/.github/workflows/gen-keystore.yml@master
|
|
with:
|
|
name: ${{ github.event.inputs.name }}
|
|
secrets:
|
|
KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}
|
|
KEY_PASS: ${{ secrets.KEY_PASS }}
|