Skip to content

Commit

Permalink
Feat/gas diff dev (#58)
Browse files Browse the repository at this point in the history
* Update Foundry Gas Differences workflow and dependencies

* Update Foundry Gas Differences workflow permissions

* Update Foundry Gas Differences workflow permissions
  • Loading branch information
Aboudjem authored Apr 26, 2024
1 parent 6a4b32d commit c78f761
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/foundry-gas-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ on:
jobs:
compare_gas_reports:
runs-on: ubuntu-latest
permissions: # Add this section to modify permissions
contents: write # This gives write permission to the repository contents
actions: write # This grants permission to upload artifacts
permissions: write-all
steps:
- uses: actions/checkout@v4.1.1
with:
Expand Down

0 comments on commit c78f761

Please sign in to comment.