From 32c0e07c9ea2eb57ba7780f80849e6143ab00c0b Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Thu, 31 Mar 2022 12:08:30 -0400
Subject: [PATCH] Fix token permissions

---
 .github/workflows/continuous_delivery.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/continuous_delivery.yaml b/.github/workflows/continuous_delivery.yaml
index 364c792..01e35dc 100644
--- a/.github/workflows/continuous_delivery.yaml
+++ b/.github/workflows/continuous_delivery.yaml
@@ -69,6 +69,10 @@ jobs:
     if: github.ref == 'refs/heads/main'
     runs-on: ubuntu-latest
     needs: [test]
+
+    permissions:
+      deployments: write
+
     steps:
     - name: Checkout
       uses: actions/checkout@v2
-- 
GitLab