Skip to content

Commit ae99e97

Browse files
committed
ci(github-actions): use create-github-app-token to generate semantic release token
1 parent 9fca913 commit ae99e97

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,12 @@ jobs:
3232
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333
with:
3434
token: ${{ steps.app-token.outputs.token }}
35-
- run: |
36-
gh pr list
37-
echo "pr-list=$(gh pr list)"
38-
env:
39-
GH_TOKEN: ${{ steps.app-token.outputs.token }}
4035
- name: Semantic Release
4136
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
4237
with:
4338
dry_run: "${{ inputs.dry-run }}"
4439
semantic_version: 24.1.1
4540
extra_plugins: |
4641
- conventional-changelog-conventionalcommits@8.0.0
42+
env:
43+
GH_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)