File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,17 @@ jobs:
28
28
with :
29
29
app-id : ${{ secrets.APP_ID }}
30
30
private-key : ${{ secrets.APP_PRIVATE_KEY }}
31
+ - name : Checkout repository
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
+ with :
34
+ token : ${{ steps.app-token.outputs.token }}
31
35
- run : |
32
36
gh pr list
33
37
echo "pr-list=$(gh pr list)"
34
38
env:
35
39
GH_TOKEN: ${{ steps.app-token.outputs.token }}
36
- - name : Checkout repository
37
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
- with :
39
- token : ${{ steps.app-token.outputs.token }}
40
40
- name : Semantic Release
41
41
uses : cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
42
- env :
43
- GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
44
42
with :
45
43
dry_run : " ${{ inputs.dry-run }}"
46
44
semantic_version : 24.1.1
You can’t perform that action at this time.
0 commit comments