Skip to content

Add default value for DerivativeData and LicenseConfig #585

Add default value for DerivativeData and LicenseConfig

Add default value for DerivativeData and LicenseConfig #585

Workflow file for this run

name: Conditional Workflow
on:
pull_request:
branches:
- main
- dev
push:
branches:
- dev
jobs:
Timestamp:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
pr_build_and_test:
if: github.event_name == 'pull_request'
needs: [Timestamp]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@main
with:
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: "odyssey"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
push_build_and_test:
if: github.event_name == 'push'
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@main

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

View workflow run for this annotation

GitHub Actions / Conditional Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/pr-internal.yml (Line: 30, Col: 11): Secret JUDGE_PRIVATE_KEY is required, but not provided while calling.
with:
sha: ${{ github.sha }}
ENVIRONMENT: "odyssey"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}