fix(ci): Renommage secrets pour éviter restriction préfixe FORGEJO_

Forgejo n'autorise pas les noms de secrets commençant par FORGEJO_. Renommés :
- FORGEJO_TOKEN -> GIT_TOKEN
- FORGEJO_REPO_URL -> GIT_REPO_URL
This commit is contained in:
Tellsanguis 2025-11-13 19:41:46 +01:00
parent 1cdc40f96e
commit 9cb0737560
3 changed files with 9 additions and 9 deletions

View file

@ -40,8 +40,8 @@ jobs:
proxmox_token_id = "${{ secrets.PROXMOX_TOKEN_ID }}"
proxmox_token_secret = "${{ secrets.PROXMOX_TOKEN_SECRET }}"
ssh_public_key = "${{ secrets.SSH_PUBLIC_KEY }}"
forgejo_token = "${{ secrets.FORGEJO_TOKEN }}"
forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}"
forgejo_token = "${{ secrets.GIT_TOKEN }}"
forgejo_repo_url = "${{ secrets.GIT_REPO_URL }}"
EOF
tofu init