fix: use default checkout with GITEATOKEN
This commit is contained in:
parent
98f69b2677
commit
6926e20c83
|
|
@ -14,7 +14,6 @@ jobs:
|
|||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git
|
||||
token: ${{ secrets.GITEATOKEN }}
|
||||
fetch-depth: 0
|
||||
- name: Validate repository
|
||||
|
|
@ -32,7 +31,6 @@ jobs:
|
|||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git
|
||||
token: ${{ secrets.GITEATOKEN }}
|
||||
fetch-depth: 0
|
||||
- name: Block automatic deploy for external Gitea changes
|
||||
|
|
|
|||
Loading…
Reference in New Issue