Skip to content

fix: patch ci (#624) #299

fix: patch ci (#624)

fix: patch ci (#624) #299

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
test-node:
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@1762723929c79ec9d11b813f03968e39dbbbe082 # pin@main

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

View workflow run for this annotation

GitHub Actions / release-please

Invalid workflow file

The workflow is not valid. In .github/workflows/release-please.yml (Line: 13, Col: 11): Error from called workflow bgd-labs/github-workflows/.github/workflows/test-node.yml@1762723929c79ec9d11b813f03968e39dbbbe082 (Line: 67, Col: 23): Unrecognized named-value: 'secrents'. Located at position 1 within expression: secrents.RPC_FANTOM
secrets: inherit
release-please:
runs-on: ubuntu-latest
needs: test-node
outputs:
releaseCreated: ${{ steps.release.outputs.release_created }}
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # [email protected]
id: release
with:
release-type: node
release-node:
uses: bgd-labs/github-workflows/.github/workflows/release-node.yml@1762723929c79ec9d11b813f03968e39dbbbe082 # pin@main
if: ${{ needs.release-please.outputs.releaseCreated }}
needs: release-please
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}