summaryrefslogtreecommitdiffci
path: root/.github/workflows/build-and-deploy-prod.yml
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2026-06-21 03:31:42 +0700
committerGravatar GitHub <noreply@github.com> 2026-06-21 03:31:42 +0700
commit0d8fc1c94414f8e69cffe389620867a70ea85590 (patch)
treec95696f8b4a8542d034955d1b8908a2c77918467 /.github/workflows/build-and-deploy-prod.yml
parent27f449904d21eebe0fb36a9dfaaf8218130334e4 (diff)
parent3e75a5457e9a7e3df9f0808a2ea518412616a935 (diff)
downloadweb-0d8fc1c94414f8e69cffe389620867a70ea85590.tar.gz
web-0d8fc1c94414f8e69cffe389620867a70ea85590.zip
v0.17.3.1 (#46)v0.17.3.1
- fix: paste bing verification into ci
Diffstat (limited to '.github/workflows/build-and-deploy-prod.yml')
-rw-r--r--.github/workflows/build-and-deploy-prod.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml
index 060ae32..fc44571 100644
--- a/.github/workflows/build-and-deploy-prod.yml
+++ b/.github/workflows/build-and-deploy-prod.yml
@@ -99,4 +99,5 @@ jobs:
-e saya_today_web_mail_username="${{ secrets.MAIL_USERNAME }}" \
-e saya_today_web_mail_password="${{ secrets.MAIL_PASSWORD }}" \
-e saya_today_google_site_verification="${{ secrets.GOOGLE_SITE_VERIFICATION }}" \
- -e saya_today_yandex_verification="${{ secrets.YANDEX_VERIFICATION }}"
+ -e saya_today_yandex_verification="${{ secrets.YANDEX_VERIFICATION }}" \
+ -e saya_today_bing_verification="${{ secrets.BING_VERIFICATION }}"