fix: pass NPM_TOKEN to QA workflow
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 4s
Nightly QA / call-qa-workflow (push) Failing after 32s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m29s
🚀 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 4s
Nightly QA / call-qa-workflow (push) Failing after 32s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m29s
🚀 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:
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-qa-workflow:
|
call-qa-workflow:
|
||||||
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@b7e630c1d8857cd9756952b0147fd6294055e519
|
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@main
|
||||||
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'
|
||||||
@@ -20,4 +20,6 @@ jobs:
|
|||||||
GOTIFY_URL: ${{ secrets.GOTIFY_URL }}
|
GOTIFY_URL: ${{ secrets.GOTIFY_URL }}
|
||||||
GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }}
|
GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }}
|
||||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD }}
|
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD }}
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
GITEA_PAT: ${{ secrets.GITEA_PAT }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user