diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 809b9b2..ac5b146 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -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}} diff --git a/.github/workflows/on-publish.yml b/.github/workflows/on-publish.yml index 32bc92e..11ffbaa 100644 --- a/.github/workflows/on-publish.yml +++ b/.github/workflows/on-publish.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3977299..059393c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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