Skip to content

Release

Release #7

Workflow file for this run

name: Release
on:
# TODO After publishing repository change this to trigger on push to main and test
workflow_dispatch:
jobs:
build-and-release:
# Don't forget to configure production environment after repository is made public to require approval before triggering!
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@ddb61178ef7dbbd5e81b24fd1a7929ecce5c4bd8
with:
appId: ${{ secrets.APP_ID }}

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APP_ID
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}