File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v5
24
24
with :
25
25
ref : ${{ github.ref }}
26
- token : ${{ secrets.GH_TOKEN }}
26
+ token : ${{ secrets.GITHUB_TOKEN }}
27
27
fetch-depth : 0
28
28
29
29
- name : Configure Git user
49
49
id : release
50
50
uses : python-semantic-release/python-semantic-release@v10.4.1
51
51
with :
52
- github_token : ${{ secrets.GH_TOKEN }}
52
+ github_token : ${{ secrets.GITHUB_TOKEN }}
53
53
git_committer_name : " github-actions"
54
54
git_committer_email : " actions@users.noreply.github.com"
55
55
changelog : true
59
59
uses : python-semantic-release/publish-action@v10.4.1
60
60
if : steps.release.outputs.released == 'true'
61
61
with :
62
- github_token : ${{ secrets.GH_TOKEN }}
62
+ github_token : ${{ secrets.GITHUB_TOKEN }}
63
63
tag : ${{ steps.release.outputs.tag }}
64
64
65
65
- name : Upload | Distribution Artifacts
You can’t perform that action at this time.
0 commit comments