Skip to content

Commit

Permalink
Merge pull request #16360 from newrelic/tabatha/update-secrets-pt2
Browse files Browse the repository at this point in the history
Update opensource bot info in i18n workflows
  • Loading branch information
tabathadelane committed May 23, 2024
2 parents f4ce9ea + 189fa7c commit 1d2b48e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-translations-and-deserialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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+[email protected]
BOT_NAME: svc-docs-eng-opensource-bot
BOT_EMAIL: svc-docs-eng-opensource-[email protected]
CI: true
NEW_RELIC_ACCOUNT_ID: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d2b48e

Please sign in to comment.