Skip to content

Update release notes workflow #390

Update release notes workflow

Update release notes workflow #390

Workflow file for this run

name: Workflow for internal PRs
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
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-test-workflow.yml@main

Check failure on line 21 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: 21, Col: 11): Secret RPC_PROVIDER_URL is required, but not provided while calling. .github/workflows/pr-internal.yml (Line: 21, Col: 11): Secret SEPOLIA_RPC_PROVIDER_URL is required, but not provided while calling.
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 }}