Skip to content

Conversation

@geekbrother
Copy link
Contributor

Description

This PR fixes the syntax error:

[Invalid workflow file: .github/workflows/event_release.yml#L46](https://github.com/WalletConnect/pay-core/actions/runs/21297047359/workflow)
error parsing called workflow
".github/workflows/event_release.yml"
-> "WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.23" (source tag with sha:10fbfcefcee93f1a28a1666835494c903386389d)
--> "./.github/workflows/ci-plan-infra.yml" (source tag with sha:10fbfcefcee93f1a28a1666835494c903386389d)
: (Line: 125, Col: 13): Unrecognized named-value: 'secrets'. Located at position 40 within expression: github.event_name == 'pull_request' && secrets.ANTHROPIC_API_KEY != ''

Fixing by removing the secrets from the condition and using the continue-on-error: true which is already handles the failure gracefully.

@geekbrother geekbrother self-assigned this Jan 23, 2026
@geekbrother geekbrother merged commit bac2a5d into main Jan 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants