ci: restore secrets and use new template SHA
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 9s
Nightly QA / call-qa-workflow (push) Failing after 1m46s
🚀 Build & Deploy / 🧪 QA (push) Successful in 2m52s
🚀 Build & Deploy / 🚀 Deploy (push) Has been cancelled
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
🚀 Build & Deploy / 🔔 Notify (push) Has been cancelled
🚀 Build & Deploy / 🏗️ Build (push) Has been cancelled
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 9s
Nightly QA / call-qa-workflow (push) Failing after 1m46s
🚀 Build & Deploy / 🧪 QA (push) Successful in 2m52s
🚀 Build & Deploy / 🚀 Deploy (push) Has been cancelled
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
🚀 Build & Deploy / 🔔 Notify (push) Has been cancelled
🚀 Build & Deploy / 🏗️ Build (push) Has been cancelled
This commit is contained in:
@@ -14,9 +14,14 @@ on:
|
||||
jobs:
|
||||
call-qa-workflow:
|
||||
# Nightly QA: Trigger run with diagnostics.
|
||||
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@debug-qa
|
||||
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@3f16828bdf69fae5b10ac502d66cd02d959ca813
|
||||
with:
|
||||
TARGET_URL: 'https://testing.mb-grid-solutions.com'
|
||||
PROJECT_NAME: 'mb-grid-solutions'
|
||||
secrets: inherit
|
||||
secrets:
|
||||
GOTIFY_URL: ${{ secrets.GOTIFY_URL }}
|
||||
GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }}
|
||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD }}
|
||||
NPM_TOKEN: ${{ secrets.REGISTRY_PASS || secrets.NPM_TOKEN }}
|
||||
GITEA_PAT: ${{ secrets.REGISTRY_PASS || secrets.GITEA_PAT }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user