Skip to content

Commit

Permalink
Use bot token for releases (#10786)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Apr 7, 2024
1 parent c5c7c24 commit b92a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit b92a5fa

Please sign in to comment.