Skip to content

TEST_WALLET_ADDRESS added #42

TEST_WALLET_ADDRESS added

TEST_WALLET_ADDRESS added #42

Workflow file for this run

name: Workflow for Merge
on:
push:
branches:
- origin/dev-bpolania/workflows
jobs:
build_and_test:
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@origin/bpolania/workflows
with:
sha: ${{ github.sha }}
ENVIRONMENT: "beta-sepolia"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

Check failure on line 16 in .github/workflows/pr-merge.yaml

View workflow run for this annotation

GitHub Actions / Workflow for Merge

Invalid workflow file

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