Skip to content

Commit d34b062

Browse files
committed
+changelog-ignore: update create-pr.yml
1 parent b89ff49 commit d34b062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
echo "SOURCE=$SOURCE" >> $GITHUB_ENV
6767
echo "TARGET=$TARGET" >> $GITHUB_ENV
6868
- name: Run the Action
69-
if: ${{ github.event.inputs.dry-run == 'false' }}
69+
if: ${{ github.event.inputs.dry-run == 'false' }} || ${{ github.event_name == 'schedule' }}
7070
uses: devops-infra/[email protected]
7171
with:
72-
github_token: ${{ secrets.GITHUB_TOKEN }}
72+
github_token: ${{ secrets.JCDC_BOT_TOKEN}}
7373
source_branch: ${{ env.SOURCE }}
7474
target_branch: ${{ env.TARGET }}
7575
title: "Merge ${{ env.SOURCE }} into ${{ env.TARGET }}"

0 commit comments

Comments
 (0)