fix: update secret name to GITEATOKEN
Homelab Main / validate (push) Failing after 37s Details
Homelab Main / deploy (push) Has been skipped Details

This commit is contained in:
jv 2026-09-18 08:34:43 -05:00
parent b0e94c60b6
commit 2fc77c0d80
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: jv/my-homelab-configs
token: ${{ secrets.GITEA_TOKEN }}
token: ${{ secrets.GITEATOKEN }}
fetch-depth: 0
- name: Validate repository
run: |
@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: jv/my-homelab-configs
token: ${{ secrets.GITEA_TOKEN }}
token: ${{ secrets.GITEATOKEN }}
fetch-depth: 0
- name: Block automatic deploy for external Gitea changes
run: |