Skip to content

Commit 45a6533

Browse files
committed
trytry
1 parent 41c043c commit 45a6533

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
- cron: '0 7,19 * * *'
55
workflow_dispatch:
66
push: # TODO
7+
permissions:
8+
pull-requests: write
9+
710
jobs:
811
check_windows_versions:
912
runs-on: ubuntu-latest
@@ -39,7 +42,6 @@ jobs:
3942
branch: windows
4043
delete-branch: true
4144
branch-token: ${{ secrets.PUSH_TO_RUBY_BUILDER_FORK_TOKEN }}
42-
token: ${{ secrets.CREATE_PR_FROM_RUBY_BUILDER_TOKEN }}
4345

4446
- if: ${{ steps.diff.outcome == 'failure' }} # changed
4547
name: PR URL

0 commit comments

Comments
 (0)