Skip to content

Release

Release #1

Workflow file for this run

name: Publish
on:
pull_request:
branches: [master]
types:
- closed
jobs:
node-npm:
if: github.event.pull_request.merged == true
uses: kne-union/actions/.github/workflows/publish-miniprogram-libs-workflow.yml@master

Check failure on line 10 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 10, Col: 11): Input TOKEN_SECRET is required, but not provided while calling. .github/workflows/publish.yml (Line: 10, Col: 11): Input PRIVATE_KEY is required, but not provided while calling.
secrets:
PRIVATE_KEY: ${{ secrets.KNEUNION_PRIVATE_KEY }}

Check failure on line 12 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 12, Col: 20): Invalid secret, PRIVATE_KEY is not defined in the referenced workflow. .github/workflows/publish.yml (Line: 13, Col: 21): Invalid secret, TOKEN_SECRET is not defined in the referenced workflow.
TOKEN_SECRET: ${{ secrets.KNEUNION_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADMIN_TOKEN: ${{secrets.ADMIN_TOKEN}}
with:
package_name: '@kne/mini-core'
APP_ID: wxae849489ee6c1994