From ca786f5ffc3b042b9569344d520d0a79eae6f503 Mon Sep 17 00:00:00 2001 From: Pete Stenger Date: Thu, 3 Oct 2024 20:21:04 -0500 Subject: [PATCH] set contents: write --- .github/workflows/deploy-sigpwny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-sigpwny.yml b/.github/workflows/deploy-sigpwny.yml index 26ead9c9..a3aaf27c 100644 --- a/.github/workflows/deploy-sigpwny.yml +++ b/.github/workflows/deploy-sigpwny.yml @@ -19,7 +19,7 @@ jobs: name: Deploy (sigpwny.com) runs-on: ubuntu-latest permissions: - contents: read + contents: write deployments: write steps: - name: Check out repository code