There was an error while loading. Please reload this page.
1 parent 743c299 commit 4269252Copy full SHA for 4269252
.github/workflows/update-changelog.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install python-dateutil
29
30
- name: Run script
31
- run: python update_changelog.py ${{ secrets.ACTION_TOKEN.sha }} ${{ secrets.ACTION_TOKEN.token }}
+ run: python update_changelog.py ${{ github.sha }} ${{ secrets.ACTION_TOKEN }}
32
33
- name: Commit changes
34
run: |
0 commit comments