From 9c3280f326589273a71a30c0bcd0e0a95e15aa36 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 22 Aug 2024 12:04:22 -0700 Subject: [PATCH] make it possible to write secrets --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 066c89d05..282c944ba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,9 @@ on: branches: [ main ] # Redundant, workflow_run events are only triggered on default branch (`main`) permissions: - contents: read + contents: write + actions: write + secrets: write # pragma: allowlist secret jobs: rotate-secret: