Use deploy-key instead of personal PAT
This commit is contained in:
parent
c64df8903c
commit
90cf03509f
2
.github/workflows/on-pr.yml
vendored
2
.github/workflows/on-pr.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
|||||||
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
|
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
|
||||||
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
|
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
|
||||||
secrets:
|
secrets:
|
||||||
GH_PAT: ${{secrets.GH_PAT}}
|
GHA_KEY: ${{secrets.GHA_KEY}}
|
||||||
|
2
.github/workflows/on-publish.yml
vendored
2
.github/workflows/on-publish.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
|
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
|
||||||
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
|
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
|
||||||
secrets:
|
secrets:
|
||||||
GH_PAT: ${{secrets.GH_PAT}}
|
GHA_KEY: ${{secrets.GHA_KEY}}
|
||||||
build:
|
build:
|
||||||
name: Run docker build
|
name: Run docker build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
secrets:
|
secrets:
|
||||||
GH_PAT:
|
GHA_KEY:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -41,7 +41,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