Skip to content

Commit 431bc20

Browse files
authored
fix: repair semantic release (#251)
1 parent 5a982b7 commit 431bc20

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,11 @@ jobs:
7575
with:
7676
fetch-depth: 0
7777
persist-credentials: false
78-
- name: Set up Python 3.11
79-
uses: actions/setup-python@v5
80-
with:
81-
python-version: "3.11"
82-
83-
- uses: snok/[email protected]
84-
85-
- name: Install Dependencies
86-
run: poetry install
87-
shell: bash
88-
- name: Configure Git
89-
run: |
90-
git config user.name "github-actions"
91-
git config user.email "[email protected]"
92-
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
9378
- name: Python Semantic Release
9479
id: release
9580
uses: python-semantic-release/[email protected]
9681
with:
97-
github_token: ${{ secrets.GH_TOKEN }}
82+
github_token: ${{ secrets.GITHUB_TOKEN }}
9883

9984
- name: Publish package distributions to PyPI
10085
uses: pypa/[email protected]
@@ -107,4 +92,4 @@ jobs:
10792
uses: python-semantic-release/[email protected]
10893
if: steps.release.outputs.released == 'true'
10994
with:
110-
github_token: ${{ secrets.GH_TOKEN }}
95+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)