🔧 chore(ci): aggiorna uses: verso gitea.com per accesso pubblico

- Sostituito path interno pzeta_touch/shared-actions con URL assoluto gitea.com
- Risolve errore autenticazione del runner su repo shared-actions privato
- Il runner clona da gitea.com/Punga78/shared-actions senza credenziali
This commit is contained in:
LucaZanni
2026-03-26 06:55:57 +01:00
parent 8b292ae35d
commit e5df154060
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ on:
jobs:
quality-gates:
uses: pzeta_touch/shared-actions/.gitea/workflows/quality-gates.yml@main
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/quality-gates.yml@main
secrets: inherit
# with:
# node-version: '22.17' # opzionale, default già impostato
+2 -2
View File
@@ -13,10 +13,10 @@ on:
jobs:
branch-cleanup:
if: gitea.event_name == 'pull_request' && gitea.event.pull_request.merged == true
uses: pzeta_touch/shared-actions/.gitea/workflows/branch-cleanup.yml@main
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/branch-cleanup.yml@main
secrets: inherit
dependency-check:
if: gitea.event_name == 'schedule' || gitea.event_name == 'workflow_dispatch'
uses: pzeta_touch/shared-actions/.gitea/workflows/dependency-check.yml@main
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/dependency-check.yml@main
secrets: inherit
+2 -2
View File
@@ -13,9 +13,9 @@ on:
jobs:
docker-release:
uses: pzeta_touch/shared-actions/.gitea/workflows/docker-release.yml@main
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/docker-release.yml@main
secrets: inherit
auto-release:
uses: pzeta_touch/shared-actions/.gitea/workflows/auto-release.yml@main
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/auto-release.yml@main
secrets: inherit