Skip to content

Update gen.yml

Update gen.yml #3

Workflow file for this run

on:
workflow_dispatch:
inputs:
name:
required: true
jobs:
gen:
uses: multipleof4/.github/workflows/gen-keystore/gen.yml@master

Check failure on line 8 in .github/workflows/gen.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gen.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
name: ${{ github.event.inputs.name }}
secrets:
KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}
KEY_PASS: ${{ secrets.KEY_PASS }}