From c613996f9a8c7d2129e3c96c9d290321c0970227 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Mon, 19 Jun 2023 18:38:44 -0700 Subject: [PATCH] chore: attempting to get to minimal integ test success --- .github/workflows/development.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 9633d18..407719a 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -27,6 +27,9 @@ jobs: # - name: "Run tests" # run: npm run test --if-present integ: + permissions: + contents: read + id-token: write strategy: fail-fast: false matrix: