diff options
| author | 2026-06-21 03:30:23 +0700 | |
|---|---|---|
| committer | 2026-06-21 03:30:23 +0700 | |
| commit | 3e75a5457e9a7e3df9f0808a2ea518412616a935 (patch) | |
| tree | c95696f8b4a8542d034955d1b8908a2c77918467 /.github | |
| parent | 86374eae688fd184fdd57e876a534ebc37b19974 (diff) | |
| download | web-3e75a5457e9a7e3df9f0808a2ea518412616a935.tar.gz web-3e75a5457e9a7e3df9f0808a2ea518412616a935.zip | |
fix: paste bing verification into ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-and-deploy-prod.yml | 3 |
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 }}" |