Skip to content

docs: link to use cases in readme.md #102

docs: link to use cases in readme.md

docs: link to use cases in readme.md #102

Workflow file for this run

name: release
on:
push:
branches:
- main
- test
jobs:
build-and-release:
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@v1
secrets:
with:

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

invalid value for secrets. Expected "inherit" keyword or explicit map of secrets
appId: ${{ vars.APP_ID }}
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}