Skip to content

Commit

Permalink
fix: solidity permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Lacal <[email protected]>
  • Loading branch information
EnriqueL8 committed Feb 3, 2025
1 parent f2485f0 commit ce5b099
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Solidity Tests
on:
pull_request:
branches: [main, workflow_token_permissions]
permissions:
contents: read
packages: read

permissions:
contents: read
packages: read

jobs:
solidity-test:
Expand Down

0 comments on commit ce5b099

Please sign in to comment.