Add secret

This commit is contained in:
Abdul Rabbani 2022-06-03 11:59:11 -04:00
parent 095dd3a393
commit c64df8903c
3 changed files with 7 additions and 0 deletions

View File

@ -32,3 +32,5 @@ jobs:
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }}
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}}

View File

@ -9,6 +9,8 @@ jobs:
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }}
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}}
build:
name: Run docker build
runs-on: ubuntu-latest

View File

@ -11,6 +11,9 @@ on:
ssz-data-ref:
required: false
type: string
secrets:
GH_PAT:
required: true
env:
stack-orchestrator-ref: ${{ inputs.stack-orchestrator-ref || 'develop' }}