Skip to content

Commit

Permalink
Fix permissions in CI (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter authored Sep 29, 2023
1 parent 4a6ee57 commit 9cdf3f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployments_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
merge-mainnet:
runs-on: ubuntu-latest
permissions: read-all
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:
merge-optimism-mainnet:
runs-on: ubuntu-latest
permissions: read-all
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
merge-staging:
runs-on: ubuntu-latest
permissions: read-all
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 9cdf3f8

Please sign in to comment.