Skip to content

Commit 2687164

Browse files
Update template_update.yml
1 parent ae05373 commit 2687164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
161161
- name: Create pull request
162162
env:
163-
GITHUB_TOKEN: ${{ secrets.token }}
163+
GITHUB_TOKEN: ${{ secrets.token || github.token }}
164164
run: |
165165
OLD_SHA="${{ needs.check-update.outputs.old_sha }}"
166166
NEW_SHA="${{ needs.check-update.outputs.new_sha }}"

0 commit comments

Comments
 (0)