Skip to content

Commit

Permalink
github token is not needed to run the bumpversion command. Mistakenly…
Browse files Browse the repository at this point in the history
… added previously.
  • Loading branch information
niketagrawal committed Oct 16, 2024
1 parent 393a4e2 commit b04ae01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/bump_dev_version_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
bump2version dev --config-file .bumpversion.cfg --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push tag to tudatpy repository
run: git push origin --follow-tags
Expand Down Expand Up @@ -101,8 +99,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
bump2version dev --config-file .bumpversion.cfg --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Reset build number in meta.yml to 0
shell: bash
Expand Down

0 comments on commit b04ae01

Please sign in to comment.