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