Skip to content

Commit da860c2

Browse files
committed
FIX: try this
1 parent 2b26650 commit da860c2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/bump_version_and_tag.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ on:
1414

1515
permissions:
1616
contents: write # to trigger the windows_build and python-publish workflows
17-
# optionally:
18-
# workflows: write
1917

2018
jobs:
2119
bump-version:
2220
if: github.ref == 'refs/heads/master'
2321
runs-on: ubuntu-latest
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2622

2723
steps:
2824
- name: Checkout repository
@@ -69,8 +65,8 @@ jobs:
6965
7066
- name: Commit and push changes
7167
run: |
72-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
73-
git config --local user.name "github-actions[bot]"
68+
git config --local user.email "${{ secrets.MY_USER_EMAIL }}"
69+
git config --local user.name "${{ secrets.MY_USER_NAME }}"
7470
git add ardupilot_methodic_configurator/__init__.py
7571
git commit -m "CHORE: Bump version info, tag and release"
7672
git push

0 commit comments

Comments
 (0)