mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
[Fix] remove SELF_GITHUB_SSH_KEY (#561)
* remove SELF_GITHUB_SSH_KEY * add back submodule:true
This commit is contained in:
2
.github/workflows/all-tools.yml
vendored
2
.github/workflows/all-tools.yml
vendored
@@ -87,9 +87,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ssh-key: ${{ secrets.SELF_GITHUB_SSH_KEY }}
|
||||
submodules: true
|
||||
persist-credentials: false
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
@@ -69,9 +69,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ssh-key: ${{ secrets.SELF_GITHUB_SSH_KEY }}
|
||||
submodules: true
|
||||
persist-credentials: false
|
||||
- name: Login to Docker Hub
|
||||
if: ${{ env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_TOKEN != '' }}
|
||||
uses: docker/login-action@v3
|
||||
|
||||
@@ -72,9 +72,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ssh-key: ${{ secrets.SELF_GITHUB_SSH_KEY }}
|
||||
submodules: true
|
||||
persist-credentials: false
|
||||
- name: Login to Docker Hub
|
||||
if: ${{ env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_TOKEN != '' }}
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user