Skip to content

Commit a9dbef9

Browse files
committed
another
1 parent ad0cf70 commit a9dbef9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-new-windows-versions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
- cron: '0 7,19 * * *'
55
workflow_dispatch:
66
push: # TODO
7-
permissions:
8-
pull-requests: write
97

108
jobs:
119
check_windows_versions:
@@ -43,6 +41,7 @@ jobs:
4341
branch: windows
4442
delete-branch: true
4543
branch-token: ${{ secrets.PUSH_TO_RUBY_BUILDER_FORK_TOKEN }}
44+
token: ${{ secrets.CREATE_PR_FROM_RUBY_BUILDER_TOKEN }}
4645
maintainer-can-modify: false
4746

4847
- if: ${{ steps.diff.outcome == 'failure' }} # changed

0 commit comments

Comments
 (0)