Skip to content

Commit

Permalink
simplify token
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Aug 15, 2024
1 parent 3c53cde commit 8a7d962
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
# with:
# fetch-depth: 0
token: ${{ secrets.BOT_SECRET }}
# token: ${{ secrets.BOT_SECRET }}

- name: Install dependencies
run: |
Expand All @@ -32,6 +32,7 @@ jobs:
- name: Bump version
run: |
git remote set-url origin https://odabot:${{ secrets.BOT_SECRET }}@github.com/oda-hub/oda_api.git
git config --global user.email "[email protected]"
git config --global user.name "ODA Release Bot"
bump2version patch --verbose --commit --tag
Expand Down

0 comments on commit 8a7d962

Please sign in to comment.