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 9fca913 commit ae99e97
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,12 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
token: ${{ steps.app-token.outputs.token }}
- run: |
gh pr list
echo "pr-list=$(gh pr list)"
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
with:
dry_run: "${{ inputs.dry-run }}"
semantic_version: 24.1.1
extra_plugins: |
- [email protected]
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit ae99e97

Please sign in to comment.