ci: test secrets: inherit with new SHA
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 7s
Nightly QA / call-qa-workflow (push) Failing after 8s
🚀 Build & Deploy / 🏗️ Build (push) Has been cancelled
🚀 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 / 🧪 QA (push) Has been cancelled
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 7s
Nightly QA / call-qa-workflow (push) Failing after 8s
🚀 Build & Deploy / 🏗️ Build (push) Has been cancelled
🚀 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 / 🧪 QA (push) Has been cancelled
This commit is contained in:
@@ -14,14 +14,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
call-qa-workflow:
|
call-qa-workflow:
|
||||||
# Nightly QA: Trigger run with diagnostics.
|
# Nightly QA: Trigger run with diagnostics.
|
||||||
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@2cc6512afafa320c149d0ae5f39591e7a34d08c6
|
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@0f7cd94200676451610e2e92c286e927c3c54a9d
|
||||||
with:
|
with:
|
||||||
TARGET_URL: 'https://testing.mb-grid-solutions.com'
|
TARGET_URL: 'https://testing.mb-grid-solutions.com'
|
||||||
PROJECT_NAME: 'mb-grid-solutions'
|
PROJECT_NAME: 'mb-grid-solutions'
|
||||||
secrets:
|
secrets: inherit
|
||||||
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