File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments