Skip to content

Commit

Permalink
update bot creds
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Feb 29, 2024
1 parent 6afa298 commit e6d3d11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
types: [sync-project-data]

env:
THIRD_PARTY_GIT_AUTHOR_EMAIL: opensource+[email protected]
THIRD_PARTY_GIT_AUTHOR_NAME: nr-opensource-bot
THIRD_PARTY_GIT_AUTHOR_EMAIL: svc-docs-eng-opensource-[email protected]
THIRD_PARTY_GIT_AUTHOR_NAME: svc-docs-eng-opensource-bot

jobs:
job-sync-project-data:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
types: [semantic-release]

env:
THIRD_PARTY_GIT_AUTHOR_EMAIL: opensource+[email protected]
THIRD_PARTY_GIT_AUTHOR_NAME: nr-opensource-bot
THIRD_PARTY_GIT_AUTHOR_EMAIL: svc-docs-eng-opensource-[email protected]
THIRD_PARTY_GIT_AUTHOR_NAME: svc-docs-eng-opensource-bot

jobs:
job-generate-third-party-notices:
Expand Down Expand Up @@ -163,12 +163,12 @@ jobs:
- name: Release
env:
# Use nr-opensource-bot for authoring commits done by
# Use svc-docs-eng-opensource-bot for authoring commits done by
# semantic-release (rather than using @semantic-release-bot)
GIT_AUTHOR_NAME: 'nr-opensource-bot'
GIT_AUTHOR_EMAIL: 'opensource+[email protected]'
GIT_COMMITTER_NAME: 'nr-opensource-bot'
GIT_COMMITTER_EMAIL: 'opensource+[email protected]'
GIT_AUTHOR_NAME: 'svc-docs-eng-opensource-bot'
GIT_AUTHOR_EMAIL: 'svc-docs-eng-opensource-[email protected]'
GIT_COMMITTER_NAME: 'svc-docs-eng-opensource-bot'
GIT_COMMITTER_EMAIL: 'svc-docs-eng-opensource-[email protected]'
GITHUB_TOKEN: ${{ secrets.DOCS_ENG_BOT_TOKEN }}
run: npx semantic-release@^18.0.0

Expand Down

0 comments on commit e6d3d11

Please sign in to comment.