Skip to content

Commit ca0b443

Browse files
committed
Revert "fix workflow permissions"
This reverts commit e6f128eaabbb4f9cb07163c70e939f55a0bf1412.
1 parent 569df51 commit ca0b443

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-solc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
- cron: '0 0 * * *'
66
workflow_dispatch: {}
77

8-
permissions:
9-
contents: write
10-
pull-requests: write
11-
128
jobs:
139
update:
1410
runs-on: ubuntu-latest
@@ -32,6 +28,7 @@ jobs:
3228
- name: Create Pull Request
3329
uses: peter-evans/create-pull-request@v7
3430
with:
31+
token: ${{ secrets.PR_PAT }}
3532
branch: update-solc
3633
title: Update solc
3734
body: |

0 commit comments

Comments
 (0)