Capture the unique identifier everywhere its needed. #51
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
|||||||
ref: ${{ env.ipld-ethcl-db-ref }}
|
ref: ${{ env.ipld-ethcl-db-ref }}
|
||||||
repository: vulcanize/ipld-ethcl-db
|
repository: vulcanize/ipld-ethcl-db
|
||||||
path: "./ipld-ethcl-db/"
|
path: "./ipld-ethcl-db/"
|
||||||
token: ${{ secrets.GH_PAT }}
|
ssh-key: ${{ secrets.GHA_KEY }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
ref: ${{ env.ipld-ethcl-db-ref }}
|
ref: ${{ env.ipld-ethcl-db-ref }}
|
||||||
repository: vulcanize/ipld-ethcl-db
|
repository: vulcanize/ipld-ethcl-db
|
||||||
path: "./ipld-ethcl-db/"
|
path: "./ipld-ethcl-db/"
|
||||||
token: ${{ secrets.GH_PAT }}
|
ssh-key: ${{secrets.GHA_KEY}}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Create config file
|
- name: Create config file
|
||||||
|
Loading…
Reference in New Issue
Block a user