Skip to content

Commit

Permalink
Use personal token for auto-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed May 26, 2024
1 parent 6e3e3c4 commit 26015d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
# Set up remote using a Personal Access Token
git remote remove origin
git remote add origin https://${{ secrets.GITHUB_TOKEN }}@github.com/simple-icons/simple-icons-font.git
git remote add origin https://${{ secrets.RELEASE_TOKEN }}@github.com/simple-icons/simple-icons-font.git
# Push develop first, to prevent conflicts with parallel activity
git push origin develop
Expand Down

0 comments on commit 26015d4

Please sign in to comment.