mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02:00
Use bot token for releases (#10786)
This commit is contained in:
parent
c5c7c24a8e
commit
b92a5fa1e5
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
with:
|
||||
tag_name: ${{ steps.get-version.outputs.version }}
|
||||
name: ${{ steps.commit.outputs.title }}
|
||||
|
Loading…
Reference in New Issue
Block a user