summaryrefslogtreecommitdiffci
path: root/.github/workflows
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-06-21 03:30:23 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-06-21 03:30:23 +0700
commit3e75a5457e9a7e3df9f0808a2ea518412616a935 (patch)
treec95696f8b4a8542d034955d1b8908a2c77918467 /.github/workflows
parent86374eae688fd184fdd57e876a534ebc37b19974 (diff)
downloadweb-3e75a5457e9a7e3df9f0808a2ea518412616a935.tar.gz
web-3e75a5457e9a7e3df9f0808a2ea518412616a935.zip
fix: paste bing verification into ci
Diffstat (limited to '.github/workflows')
-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 }}"