File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1414
1515permissions :
1616 contents : write # to trigger the windows_build and python-publish workflows
17- # optionally:
18- # workflows: write
1917
2018jobs :
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
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
You can’t perform that action at this time.
0 commit comments