File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : Edit release
4444 run : gh release edit "$VERSION" -F latest-changelog.md --draft=false
4545 env :
46+ GITHUB_TOKEN : ${{ github.token }}
4647 VERSION : ${{ steps.version.outputs.version }}
4748
4849 update-stable :
Original file line number Diff line number Diff line change 5050 gh release create "$VERSION" -d -t "$VERSION" \
5151 ${{ case(inputs.Prerelease_Version == '', '', '-p') }}
5252 env :
53+ GITHUB_TOKEN : ${{ github.token }}
5354 VERSION : ${{ steps.version.outputs.version }}
5455
5556 - name : Commit changes
@@ -79,17 +80,17 @@ jobs:
7980 -l "ci: skip news" -l "C: maintenance" \
8081 -a $USER
8182 env :
82- VERSION : ${{ steps.version.outputs.version }}
8383 GITHUB_TOKEN : ${{ github.token }}
8484 USER : ${{ github.triggering_actor }}
85+ VERSION : ${{ steps.version.outputs.version }}
8586
8687 - name : Edit release PR
8788 if : github.event_name == 'push'
8889 run : |
8990 gh pr edit "$BRANCH" -F description.md
9091 env :
91- BRANCH : ${{ env.branch }}
9292 GITHUB_TOKEN : ${{ github.token }}
93+ BRANCH : ${{ env.branch }}
9394
9495 binaries :
9596 name : build binaries (${{ matrix.os }})
@@ -152,5 +153,5 @@ jobs:
152153 run : gh release upload "$VERSION" dist/${{ matrix.asset_name }} --clobber
153154 shell : bash
154155 env :
155- GH_TOKEN : ${{ github.token }}
156+ GITHUB_TOKEN : ${{ github.token }}
156157 VERSION : ${{ needs.prepare.outputs.version }}
Original file line number Diff line number Diff line change 7878 !startsWith(matrix.python-version, 'pypy')
7979 uses : AndreMiras/coveralls-python-action@ac868b9540fad490f7ca82b8ca00480fd751ed19
8080 with :
81- github-token : ${{ secrets.GITHUB_TOKEN }}
81+ github-token : ${{ github.token }}
8282 parallel : true
8383 flag-name : py${{ matrix.python-version }}-${{ matrix.os }}
8484 debug : true
You can’t perform that action at this time.
0 commit comments