Skip to content

Commit a53f44c

Browse files
author
Shi Shu
committed
Make generate github app token only run when it's not dry-run
1 parent 8d95dc5 commit a53f44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-patch-1-create-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
run: 'npm install yargs'
5454

5555
- name: 'Generate GitHub App Token'
56+
if: |-
57+
${{ inputs.dry_run == 'false' }}
5658
id: 'generate_token'
5759
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b'
5860
with:

0 commit comments

Comments
 (0)