Skip to content

Commit

Permalink
Merge pull request #131 from storyprotocol/dev
Browse files Browse the repository at this point in the history
Update CIs
  • Loading branch information
edisonz0718 authored Apr 11, 2024
2 parents 076d630 + 451acee commit 88b777c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/external-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: External PR

on:
pull_request_target:
types: [opened, synchronize]

jobs:
authorize:
if: github.event.pull_request.head.repo.full_name != github.repository
environment: 'external'
runs-on: ubuntu-latest
steps:
- run: true
build_and_test:
needs: authorize
uses: ./.github/workflows/build-and-test.yaml
with:
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: 'beta-sepolia'
secrets:
RPC_PROVIDER_URL: ${{ secrets.RPC_PROVIDER_URL }}
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
SEPOLIA_RPC_PROVIDER_URL: ${{ secrets.SEPOLIA_RPC_PROVIDER_URL }}
SEPOLIA_WALLET_PRIVATE_KEY: ${{ secrets.SEPOLIA_WALLET_PRIVATE_KEY }}
SEPOLIA_TEST_WALLET_ADDRESS: ${{ secrets.SEPOLIA_TEST_WALLET_ADDRESS }}
STORY_TEST_NET_RPC_PROVIDER_URL: ${{ secrets.STORY_TEST_NET_RPC_PROVIDER_URL }}
STORY_TEST_NET_WALLET_PRIVATE_KEY: ${{ secrets.STORY_TEST_NET_WALLET_PRIVATE_KEY }}
STORY_TEST_NET_TEST_WALLET_ADDRESS: ${{ secrets.STORY_TEST_NET_TEST_WALLET_ADDRESS }}
2 changes: 0 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
paths:
- 'packages/core-sdk/package.json'

jobs:
# Add timestamp
Expand Down

0 comments on commit 88b777c

Please sign in to comment.