Skip to content

Commit

Permalink
Merge pull request #145 from OctopusDeploy/sjc/update-bot-tokens
Browse files Browse the repository at this point in the history
Update the bot tokens to reflect the new team ownership
  • Loading branch information
stevencl840 authored Feb 18, 2025
2 parents b0d9e27 + 3d896ab commit d82f543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
token: ${{ secrets.DEVEX_BOT_TOKEN }}

- name: Setup node 20
uses: actions/setup-node@v3
Expand All @@ -34,8 +34,8 @@ jobs:
- name: commit
run: |-
git config --global user.name "team-integrations-fnm-bot"
git config user.email 'integrationsfnmbot@octopus.com'
git config --global user.name "team-github-bot"
git config user.email 'team-github-bot@octopus.com'
git add README.md
git add dist/
git diff-index --quiet HEAD || (git commit -m "chore: build dist and update README" && git push origin)
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- id: release-pr
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
token: ${{ secrets.DEVEX_BOT_TOKEN }}
release-type: node
package-name: ${{env.ACTION_NAME}}
command: release-pr

0 comments on commit d82f543

Please sign in to comment.