File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff 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/install-poetry@v1.4.1
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 "actions@users.noreply.github.com"
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/python-semantic-release@v9.14.0
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/gh-action-pypi-publish@v1.12.2
10792 uses : python-semantic-release/upload-to-gh-release@v8.7.0
10893 if : steps.release.outputs.released == 'true'
10994 with :
110- github_token : ${{ secrets.GH_TOKEN }}
95+ github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments