Skip to content

TEST_WALLET_ADDRESS added #458

TEST_WALLET_ADDRESS added

TEST_WALLET_ADDRESS added #458

Workflow file for this run

name: Workflow for internal PRs
on:
push:
branches:
origin/dev-bpolania/workflows
pull_request:
branches:
origin/dev-bpolania/workflows
jobs:
Timestamp:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
build_and_test:
needs: [Timestamp]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@origin/bpolania/workflows
with:
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: "beta-sepolia"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }},
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

Check failure on line 25 in .github/workflows/pr-internal.yml

View workflow run for this annotation

GitHub Actions / Workflow for internal PRs

Invalid workflow file

The workflow is not valid. .github/workflows/pr-internal.yml (Line: 25, Col: 28): Invalid secret, TEST_WALLET_ADDRESS is not defined in the referenced workflow.