[Fix] remove SELF_GITHUB_SSH_KEY (#561)

* remove SELF_GITHUB_SSH_KEY

* add back submodule:true
This commit is contained in:
kyzooghost
2025-01-17 20:37:27 +11:00
committed by GitHub
parent 4f13fb5a89
commit 006bcbb4aa
3 changed files with 0 additions and 6 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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