Skip to content

Sdk cleanup

Sdk cleanup #7

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
jobs:
build:
uses: 'rhinestonewtf/reusable-workflows/.github/workflows/pnpm-build.yaml@main'
test:
needs: ['build']
uses: 'rhinestonewtf/reusable-workflows/.github/workflows/pnpm-test.yaml@main'
with:
relayer_api_key: ${{ secrets.RELAYER_API_KEY }}

Check failure on line 16 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 16, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.RELAYER_API_KEY
size:
needs: ['build']
uses: 'rhinestonewtf/reusable-workflows/.github/workflows/pnpm-size.yaml@main'