Skip to content

Commit

Permalink
Fix permissions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 29, 2023
1 parent 6465e94 commit 0724583
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployments_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
merge-mainnet:
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -23,6 +24,7 @@ jobs:
merge-optimism-mainnet:
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -36,6 +38,7 @@ jobs:
merge-staging:
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deployments_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
merge-testnet:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -23,6 +24,7 @@ jobs:
merge-testnet2:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -36,6 +38,7 @@ jobs:
merge-goerli:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 0724583

Please sign in to comment.