Skip to content

ci: πŸ’š inputs to secrets #16

ci: πŸ’š inputs to secrets

ci: πŸ’š inputs to secrets #16

name: Github Release
on:
push:
branches:
- main
jobs:
setup:
uses: zhumeisongsong/shared-actions/.github/workflows/reusable-pnpm-setup.yml@main

Check failure on line 10 in .github/workflows/github-release.yml

View workflow run for this annotation

GitHub Actions / Github Release

Invalid workflow file

The workflow is not valid. In .github/workflows/github-release.yml (Line: 10, Col: 11): Error from called workflow zhumeisongsong/shared-actions/.github/workflows/reusable-pnpm-setup.yml@main (Line: 59, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.NPM_TOKEN != ''
release:
needs: setup
uses: zhumeisongsong/shared-actions/.github/workflows/reusable-semantic-release.yml@main
secrets:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}