From bb6577d6fed5bd773ea52c487ca3e8e6e20452e2 Mon Sep 17 00:00:00 2001 From: Tabatha Zeitke Date: Thu, 29 Feb 2024 12:04:58 -0600 Subject: [PATCH] update opensource bot info in i18n workflows --- .github/workflows/check-translations-and-deserialize.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-translations-and-deserialize.yml b/.github/workflows/check-translations-and-deserialize.yml index c99d518837e..2d4747a370b 100644 --- a/.github/workflows/check-translations-and-deserialize.yml +++ b/.github/workflows/check-translations-and-deserialize.yml @@ -9,8 +9,8 @@ on: env: TRANSLATION_VENDOR_API_URL: ${{ secrets.TRANSLATION_VENDOR_API_URL }} DB_CONNECTION_INFO: ${{ secrets.DB_CONNECTION_INFO }} - BOT_NAME: nr-opensource-bot - BOT_EMAIL: opensource+bot@newrelic.com + BOT_NAME: svc-docs-eng-opensource-bot + BOT_EMAIL: svc-docs-eng-opensource-bot@newrelic.com CI: true NEW_RELIC_ACCOUNT_ID: ${{ secrets.NEW_RELIC_ACCOUNT_ID }} NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }} @@ -66,7 +66,7 @@ jobs: if: steps.fetch-deserialize.outputs.successfulTranslations != 0 uses: peter-evans/create-pull-request@v5 with: - token: ${{ secrets.DEVEX_OPENSOURCE_BOT_TOKEN }} + token: ${{ secrets.DOCS_ENG_BOT_TOKEN }} title: Updated translations - ${{ steps.date.outputs.date }} body: '' labels: translations @@ -137,7 +137,7 @@ jobs: if: steps.fetch-deserialize.outputs.successfulTranslations != 0 uses: peter-evans/create-pull-request@v5 with: - token: ${{ secrets.DEVEX_OPENSOURCE_BOT_TOKEN }} + token: ${{ secrets.DOCS_ENG_BOT_TOKEN }} title: Updated translations - ${{ steps.date.outputs.date }} (machine translation) body: '' labels: translations