From 275a9e2eeb683bc569e0d20ee8c4ed4c3fea27f4 Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Tue, 19 Nov 2024 17:06:28 +1100 Subject: [PATCH] Add environment to deploy workflow --- .github/workflows/test_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 1d1c957..6c47015 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -84,6 +84,8 @@ jobs: # github secrets (see readme for details) needs: [test] runs-on: ubuntu-latest + environment: + name: github-pages permissions: id-token: write pages: write