Skip to content

Commit 4269252

Browse files
Update update-changelog.yml
1 parent 743c299 commit 4269252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install python-dateutil
2929
3030
- name: Run script
31-
run: python update_changelog.py ${{ secrets.ACTION_TOKEN.sha }} ${{ secrets.ACTION_TOKEN.token }}
31+
run: python update_changelog.py ${{ github.sha }} ${{ secrets.ACTION_TOKEN }}
3232

3333
- name: Commit changes
3434
run: |

0 commit comments

Comments
 (0)