diff --git a/.github/workflows/protocol-devchain-anvil.yml b/.github/workflows/protocol-devchain-anvil.yml index 3fa4e8f4d3..e0344af087 100644 --- a/.github/workflows/protocol-devchain-anvil.yml +++ b/.github/workflows/protocol-devchain-anvil.yml @@ -17,6 +17,8 @@ on: required: true type: string + + env: # Increment these to force cache rebuilding FOUNDRY_CACHE_KEY: 1 @@ -24,6 +26,9 @@ env: SUPPORTED_FOUNDRY_VERSION: ${{ vars.SUPPORTED_FOUNDRY_VERSION }} ANVIL_PORT: 8546 +permissions: + contents: read + jobs: build: defaults: