Skip to content

Merge branch 'origin/dev-bpolania/workflows' of https://github.com/st… #38

Merge branch 'origin/dev-bpolania/workflows' of https://github.com/st…

Merge branch 'origin/dev-bpolania/workflows' of https://github.com/st… #38

Workflow file for this run

name: Workflow for Merge
on:
push:
branches:
- origin/dev-bpolania/workflows
jobs:
Timestamp:
if: ${{ github.repository.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-integration-test-workflow.yml@origin/bpolania/workflows
with:
sha: ${{ github.sha }}
ENVIRONMENT: "beta-sepolia"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}