1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Fix repo-token in create-release.yml

This commit is contained in:
Eric Cornelissen 2020-12-14 16:22:02 +01:00
parent da6e4be7ce
commit f2dc528780

View File

@ -10,4 +10,4 @@ jobs:
steps:
- uses: simple-icons/release-action@master
with:
repo-token: ${{ secrets.NPM_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}