From 1f49bc3ce409809a5ce6f5d32ca5b265949953fc Mon Sep 17 00:00:00 2001 From: ScriptSmith Date: Tue, 10 Oct 2023 15:04:07 +1000 Subject: [PATCH] Update test job permissions --- .github/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9eed114..7013e9c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,6 +8,10 @@ on: jobs: test: runs-on: ubuntu-latest + permissions: + actions: write + contents: read + id-token: write if: github.ref == 'refs/heads/dev' steps: - name: Setup api