Capture the unique identifier everywhere its needed. #51

Merged
abdulrabbani00 merged 8 commits from feature/50-graceful-historic-shutdown into develop 2022-06-03 16:47:13 +00:00
Showing only changes of commit 250d0b538d - Show all commits

View File

@ -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