Skip to content

feat(identity-integration): app and pages router #47

feat(identity-integration): app and pages router

feat(identity-integration): app and pages router #47

Workflow file for this run

name: Publish
on:
pull_request:
types:
- closed
branches:
- master
paths-ignore:
- '.github/**'
jobs:
publish:
if: github.event.pull_request.merged == true
uses: atls/shared/.github/workflows/publish.yaml@master

Check failure on line 15 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 15, Col: 11): Input appId is required, but not provided while calling. .github/workflows/publish.yaml (Line: 15, Col: 11): Secret appPrivateKey is required, but not provided while calling.
permissions: write-all
secrets:
npmAuthToken: ${{ secrets.NPM_TOKEN }}