Skip to content

Commit

Permalink
adding permissions to protocol-devchain-anvil.yml workflow (#11204)
Browse files Browse the repository at this point in the history
Co-authored-by: pputman12 <[email protected]>
  • Loading branch information
pputman-clabs and pputman12 committed Sep 13, 2024
1 parent bdd686d commit 6004548
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/protocol-devchain-anvil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ on:
required: true
type: string



env:
# Increment these to force cache rebuilding
FOUNDRY_CACHE_KEY: 1
# Supported Foundry version defined at celo-org (GitHub organisation) level, for consistency across workflows.
SUPPORTED_FOUNDRY_VERSION: ${{ vars.SUPPORTED_FOUNDRY_VERSION }}
ANVIL_PORT: 8546

permissions:
contents: read

jobs:
build:
defaults:
Expand Down

0 comments on commit 6004548

Please sign in to comment.