Skip to content

Commit ebdc2b7

Browse files
committed
fix workflow permissions
1 parent a2853be commit ebdc2b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-solc.yml

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

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
update:
1014
runs-on: ubuntu-latest
@@ -28,7 +32,6 @@ jobs:
2832
- name: Create Pull Request
2933
uses: peter-evans/create-pull-request@v7
3034
with:
31-
token: ${{ secrets.PR_PAT }}
3235
branch: update-solc
3336
title: Update solc
3437
body: |

0 commit comments

Comments
 (0)