Skip to content

Commit

Permalink
fix: update_gh_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Nov 14, 2024
1 parent 8a9866c commit 44f5d03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
- name: Install Dependencies
run: poetry install
shell: bash
- name: Configure Git for authentication
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
- name: Python Semantic Release
id: release
Expand Down

0 comments on commit 44f5d03

Please sign in to comment.