From 02e9ad58e9b677c605c7deaf3598a5dc89915a19 Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Tue, 19 Nov 2024 15:48:17 +1100 Subject: [PATCH] Enable write permissions --- .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 9c37e0ea..83fbf70b 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 + permissions: + contents: write steps: - uses: actions/checkout@v3 - name: Set up Python