From b8c778e07fb271c679daf9190ceeba6c049897a3 Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Wed, 28 Feb 2024 17:01:32 -0500 Subject: [PATCH] Github action change --- .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 e2a7da43..259fb8a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,6 @@ on: - "README.md" - "CHANGELOG.md" -permissions: write-all - concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true @@ -25,6 +23,8 @@ jobs: test: name: Test timeout-minutes: 30 + permissions: + issues: write runs-on: ubuntu-latest steps: - name: Checkout