Skip to content

ci: fix secrets should be passed as secrets (#52) #51

ci: fix secrets should be passed as secrets (#52)

ci: fix secrets should be passed as secrets (#52) #51

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
uses: AwesomeHamster/workflows/.github/workflows/publish.yml@master

Check failure on line 9 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: 9, Col: 11): Input npm-token is required, but not provided while calling. .github/workflows/publish.yml (Line: 15, Col: 13): Invalid input, lint is not defined in the referenced workflow.
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
with:
lint: true
test: true
yarn-no-immutable: true
test-before-publish: true
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}