forked from newrelic/opensource-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request newrelic#1065 from newrelic/tabatha/update-token
Update opensource bot info in workflows
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
||
|