🔧 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:
@@ -16,5 +16,5 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
quality-gates:
|
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
|
secrets: inherit
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
branch-cleanup:
|
branch-cleanup:
|
||||||
if: gitea.event_name == 'pull_request' && gitea.event.pull_request.merged == true
|
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
|
secrets: inherit
|
||||||
|
|
||||||
dependency-check:
|
dependency-check:
|
||||||
if: gitea.event_name == 'schedule' || gitea.event_name == 'workflow_dispatch'
|
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
|
secrets: inherit
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
uses: pzeta_touch/shared-actions/.gitea/workflows/npm-publish.yml@main
|
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/npm-publish.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
auto-release:
|
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
|
secrets: inherit
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
quality-gates:
|
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
|
secrets: inherit
|
||||||
# with:
|
# with:
|
||||||
# node-version: '22.17' # opzionale, default già impostato
|
# node-version: '22.17' # opzionale, default già impostato
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
branch-cleanup:
|
branch-cleanup:
|
||||||
if: gitea.event_name == 'pull_request' && gitea.event.pull_request.merged == true
|
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
|
secrets: inherit
|
||||||
|
|
||||||
dependency-check:
|
dependency-check:
|
||||||
if: gitea.event_name == 'schedule' || gitea.event_name == 'workflow_dispatch'
|
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
|
secrets: inherit
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-release:
|
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
|
secrets: inherit
|
||||||
|
|
||||||
auto-release:
|
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
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user