Skip to content

Origin/dev polania/workflows test #230

Origin/dev polania/workflows test

Origin/dev polania/workflows test #230

Workflow file for this run

name: Workflow for External PRs with Unit Tests
on:
pull_request_target:
types: [opened, synchronize]
branches:
origin/dev-bpolania/workflows
jobs:
Timestamp_PR_CREATED:
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
authorize:
if: github.event.pull_request.head.repo.full_name != github.repository
needs: [Timestamp_PR_CREATED]
environment: "external"
runs-on: ubuntu-latest
steps:
- run: true
Timestamp_PR_APPROVED:
needs: [authorize]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
build_and_test:
needs: [authorize, Timestamp_PR_APPROVED]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@origin/bpolania/workflows

Check failure on line 27 in .github/workflows/pr-external.yaml

View workflow run for this annotation

GitHub Actions / Workflow for External PRs with Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/pr-external.yaml (Line: 27, Col: 11): Secret WALLET_PRIVATE_KEY is required, but not provided while calling.
with:
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: "beta-sepolia"