From 1b5dfe0c7cf2ac9882355e493b683f796d238f7c Mon Sep 17 00:00:00 2001 From: Jack Xu Date: Thu, 16 Apr 2026 19:08:32 -0700 Subject: [PATCH] Grant contents:write to reusable deploy job --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 396dc96..e47d798 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,6 +82,8 @@ jobs: deploy: needs: resolve-network + permissions: + contents: write uses: Built-by-Sign/foundry-deployer/.github/workflows/deploy.yml@d84290140f18471a31dc742c21ae12eb80741bb8 with: network_name: ${{ needs.resolve-network.outputs.network_name }}