Skip to content

Commit

Permalink
Validate collateral existence in upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyk-symbiotic committed Jan 30, 2025
1 parent 4d7069c commit a29e7f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,22 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Checkout upstream
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.base.repo.full_name }}
path: upstream
ref: main


- name: Validate
uses: symbioticfi/metadata-validation-scripts@main
with:
files: ${{ steps.changes.outputs.files }}
issue: ${{ github.event.number }}
token: ${{ secrets.GITHUB_TOKEN }}
chain-id: 17000
upstream-checkout-path: upstream
network-registry: "0x7d03b7343bf8d5cec7c0c27ece084a20113d15c9"
operator-registry: "0x6f75a4fff97326a00e52662d82ea4fde86a2c548"
vault-registry: "0x407a039d94948484d356efb765b3c74382a050b4"

0 comments on commit a29e7f7

Please sign in to comment.