From 00990d37c19fb3dea8c4ca1f28db6bd17224605d Mon Sep 17 00:00:00 2001 From: jamie-bitflight Date: Mon, 20 Nov 2023 13:45:59 -0500 Subject: [PATCH] ci(tests): debug permissions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b833d3c..adaa2a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,9 @@ permissions: pull-requests: write statuses: write checks: write - contents: write actions: write id-token: write + contents: write jobs: run-tests: @@ -72,9 +72,9 @@ jobs: pull-requests: write statuses: write checks: write - contents: write actions: write id-token: write + contents: write uses: ./.github/workflows/deploy.yml with: ref: ${{ github.head_ref || github.ref }}