Skip to content

Commit

Permalink
fix: add license key and account id to github actions for translation…
Browse files Browse the repository at this point in the history
… workflows
  • Loading branch information
caylahamann committed Apr 14, 2022
1 parent 748d72c commit ab7d63b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/add-slugs-to-translate-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
DB_CONNECTION_INFO: ${{ secrets.DB_CONNECTION_INFO }}
HUMAN_TRANSLATION_PROJECT_ID: ${{ secrets.TRANSLATION_VENDOR_PROJECT }} # human project id
MACHINE_TRANSLATION_PROJECT_ID: ${{ secrets.TRANSLATION_VENDOR_MT_PROJECT }} # machine project id
NEW_RELIC_ACCOUNT_ID: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}

jobs:
get-and-save-slugs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-translations-and-deserialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
BOT_NAME: nr-opensource-bot
BOT_EMAIL: opensource+bot@newrelic.com
CI: true
NEW_RELIC_ACCOUNT_ID: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}

jobs:
fetch-content:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/send-content-to-machine-translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
TRANSLATION_VENDOR_USER: ${{ secrets.TRANSLATION_VENDOR_MT_USER }}
TRANSLATION_VENDOR_SECRET: ${{ secrets.TRANSLATION_VENDOR_MT_SECRET }}
DB_CONNECTION_INFO: ${{ secrets.DB_CONNECTION_INFO }}
NEW_RELIC_ACCOUNT_ID: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}

jobs:
send-content:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/send-content-to-translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
TRANSLATION_VENDOR_USER: ${{ secrets.TRANSLATION_VENDOR_USER }}
TRANSLATION_VENDOR_SECRET: ${{ secrets.TRANSLATION_VENDOR_SECRET }}
DB_CONNECTION_INFO: ${{ secrets.DB_CONNECTION_INFO }}
NEW_RELIC_ACCOUNT_ID: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}

jobs:
send-content:
Expand Down

0 comments on commit ab7d63b

Please sign in to comment.