Add required secrets

This commit is contained in:
Abdul Rabbani 2022-06-09 12:08:18 -04:00
parent 7411a27188
commit e06dbc18d8
3 changed files with 6 additions and 0 deletions

View File

@ -43,3 +43,4 @@ jobs:
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
secrets:
GHA_KEY: ${{secrets.GHA_KEY}}
BC_ADDRESS: ${{secrets.BC_ADDRESS}}

View File

@ -16,6 +16,9 @@ jobs:
with:
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }}
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
secrets:
GHA_KEY: ${{secrets.GHA_KEY}}
BC_ADDRESS: ${{secrets.BC_ADDRESS}}
build:
name: Run docker build
runs-on: ubuntu-latest

View File

@ -11,6 +11,8 @@ on:
secrets:
GHA_KEY:
required: true
BC_ADDRESS:
required: true
env:
stack-orchestrator-ref: ${{ inputs.stack-orchestrator-ref || '2e0d4f4f3cba4dc526df96818351a109dc295efa' }}
ipld-ethcl-db-ref: ${{ inputs.ipld-ethcl-db-ref || 'feature/historic-processing' }}