Skip to content

Commit e100ab3

Browse files
authored
fix: update_gh_token (#243)
1 parent 8a9866c commit e100ab3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
- name: Install Dependencies
8686
run: poetry install
8787
shell: bash
88+
- name: Configure Git for authentication
89+
run: |
90+
git config --global user.name "GitHub Actions"
91+
git config --global user.email "[email protected]"
92+
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
8893
8994
- name: Python Semantic Release
9095
id: release

0 commit comments

Comments
 (0)