Skip to content

Commit

Permalink
Update update-changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veeralakrishna authored Aug 23, 2023
1 parent 743c299 commit 4269252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install python-dateutil
- name: Run script
run: python update_changelog.py ${{ secrets.ACTION_TOKEN.sha }} ${{ secrets.ACTION_TOKEN.token }}
run: python update_changelog.py ${{ github.sha }} ${{ secrets.ACTION_TOKEN }}

- name: Commit changes
run: |
Expand Down

0 comments on commit 4269252

Please sign in to comment.