From 846ee09cb5071d5c64020ef18a9b690549d36770 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 13 Nov 2023 16:57:35 -0500 Subject: [PATCH] Add deployments permissions --- .github/workflows/ewpratten-com.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ewpratten-com.yml b/.github/workflows/ewpratten-com.yml index a21a7a1..f0017e9 100644 --- a/.github/workflows/ewpratten-com.yml +++ b/.github/workflows/ewpratten-com.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + deployments: write environment: production steps: - name: Git checkout