Skip to content

Commit c94adb8

Browse files
authored
Merge pull request #520 from OctopusDeploy/sjc/update-bot-tokens
Update the bot tokens to reflect the new team ownership
2 parents 5acf858 + 57d5f21 commit c94adb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
with:
12-
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
12+
token: ${{ secrets.DEVEX_BOT_TOKEN }}
1313

1414
- name: Setup node 20
1515
uses: actions/setup-node@v3
@@ -34,8 +34,8 @@ jobs:
3434
3535
- name: commit
3636
run: |-
37-
git config --global user.name "team-integrations-fnm-bot"
38-
git config user.email 'integrationsfnmbot@octopus.com'
37+
git config --global user.name "team-github-bot"
38+
git config user.email 'team-github-bot@octopus.com'
3939
git add README.md
4040
git add dist/
4141
git diff-index --quiet HEAD || (git commit -m "chore: build dist and update README" && git push origin)

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- id: release-pr
3939
uses: google-github-actions/release-please-action@v3
4040
with:
41-
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
41+
token: ${{ secrets.DEVEX_BOT_TOKEN }}
4242
release-type: node
4343
package-name: ${{env.ACTION_NAME}}
4444
command: release-pr

0 commit comments

Comments
 (0)