Skip to content

Commit

Permalink
Fixing Git token error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guuzzeji committed Sep 18, 2022
1 parent cb0fbe0 commit e955346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-ytdl-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIH_TOKEN }}
token: ${{ secrets.GIT_TOKEN }}
- run: git config --global user.name ${{ secrets.GH_USERNAME }}
- run: git config --global user.email ${{ secrets.GH_EMAIL }}
- uses: actions/setup-node@v2
Expand Down

0 comments on commit e955346

Please sign in to comment.