Skip to content

Commit

Permalink
ci(github-actions): use create-github-app-token to generate semantic …
Browse files Browse the repository at this point in the history
…release token
  • Loading branch information
mrclrchtr committed Sep 23, 2024
1 parent ae99e97 commit 1d97e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
with:
Expand Down

0 comments on commit 1d97e69

Please sign in to comment.