Skip to content

attempting matrix bulds #66

attempting matrix bulds

attempting matrix bulds #66

Workflow file for this run

name: Staging
on:
push:
branches:
- main
- macos-matrix-build
jobs:
build:
uses: ./.github/workflows/build.yaml

Check failure on line 11 in .github/workflows/staging.yaml

View workflow run for this annotation

GitHub Actions / Staging

Invalid workflow file

The workflow is not valid. In .github/workflows/staging.yaml (Line: 11, Col: 11): Error from called workflow pieces-app/cli-agent/.github/workflows/build.yaml@3e85436b4b4ddf769b1f2b36175968ba0d00f55e (Line: 169, Col: 9): Unexpected value 'with'
with:
deploy: false
secrets:
access_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_test_token: ${{ secrets.PYPI_TEST_TOKEN }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
apple_app_specific_password: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
fastlane_password: ${{ secrets.FASTLANE_PASSWORD }}
match_password: ${{ secrets.MATCH_PASSWORD }}