We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2853be commit ebdc2b7Copy full SHA for ebdc2b7
.github/workflows/update-solc.yml
@@ -5,6 +5,10 @@ on:
5
- cron: '0 0 * * *'
6
workflow_dispatch: {}
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
13
update:
14
runs-on: ubuntu-latest
@@ -28,7 +32,6 @@ jobs:
28
32
- name: Create Pull Request
29
33
uses: peter-evans/create-pull-request@v7
30
34
with:
31
- token: ${{ secrets.PR_PAT }}
35
branch: update-solc
36
title: Update solc
37
body: |
0 commit comments