From aa3fbd00c82c9873495d12b2947751cf7862f93c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 13 Nov 2023 16:48:47 -0500 Subject: [PATCH] specify env --- .github/workflows/ewpratten-com.yml | 2 +- .github/workflows/sdf-ewpratten-com.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ewpratten-com.yml b/.github/workflows/ewpratten-com.yml index f04faa8..d4dedb6 100644 --- a/.github/workflows/ewpratten-com.yml +++ b/.github/workflows/ewpratten-com.yml @@ -1,4 +1,4 @@ -name: "Site: ewpratten.com" +name: ewpratten.com on: push: diff --git a/.github/workflows/sdf-ewpratten-com.yml b/.github/workflows/sdf-ewpratten-com.yml index a94c95a..1d96268 100644 --- a/.github/workflows/sdf-ewpratten-com.yml +++ b/.github/workflows/sdf-ewpratten-com.yml @@ -1,4 +1,4 @@ -name: "Site: sdf.ewpratten.com" +name: sdf.ewpratten.com on: push: @@ -10,6 +10,9 @@ jobs: deploy: name: Deploy Cloudflare Worker runs-on: ubuntu-latest + permissions: + contents: read + environment: production steps: - name: Git checkout uses: actions/checkout@v2