chore: use REGISTRY_PASS fallback for tokens
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 8s
Nightly QA / call-qa-workflow (push) Failing after 33s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m31s
🚀 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 8s
Nightly QA / call-qa-workflow (push) Failing after 33s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m31s
🚀 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:
@@ -20,6 +20,6 @@ jobs:
|
||||
GOTIFY_URL: ${{ secrets.GOTIFY_URL }}
|
||||
GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }}
|
||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GITEA_PAT: ${{ secrets.GITEA_PAT }}
|
||||
NPM_TOKEN: ${{ secrets.REGISTRY_PASS || secrets.NPM_TOKEN }}
|
||||
GITEA_PAT: ${{ secrets.REGISTRY_PASS || secrets.GITEA_PAT }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user