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 cffab26 commit 4ccecd2Copy full SHA for 4ccecd2
.github/workflows/sharing-smart-contract-deploy.yml
@@ -35,6 +35,7 @@ jobs:
35
environment: ${{ inputs.network }}
36
permissions:
37
contents: write # Required to commit deployment files.
38
+ pull-requests: write # Required to create pull requests.
39
env:
40
CI: true
41
# For commit action
0 commit comments