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
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 90cf03509f - Show all commits

View File

@ -33,4 +33,4 @@ jobs:
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
secrets:
GH_PAT: ${{secrets.GH_PAT}}
GHA_KEY: ${{secrets.GHA_KEY}}

View File

@ -10,7 +10,7 @@ jobs:
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
secrets:
GH_PAT: ${{secrets.GH_PAT}}
GHA_KEY: ${{secrets.GHA_KEY}}
build:
name: Run docker build
runs-on: ubuntu-latest

View File

@ -12,7 +12,7 @@ on:
required: false
type: string
secrets:
GH_PAT:
GHA_KEY:
required: true
env:
@ -41,7 +41,7 @@ jobs:
ref: ${{ env.ipld-ethcl-db-ref }}
repository: vulcanize/ipld-ethcl-db
path: "./ipld-ethcl-db/"
token: ${{ secrets.GH_PAT }}
ssh-key: ${{secrets.GHA_KEY}}
fetch-depth: 0
- name: Create config file