From 646e06f553b9faec9aba7c217cb2f858e199f528 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Wed, 23 Aug 2023 21:36:16 +0300 Subject: [PATCH] fix(ci): add write permissions for issues --- .github/workflows/ui-tests.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ui-tests.yaml b/.github/workflows/ui-tests.yaml index 77118ccf..3d36f531 100644 --- a/.github/workflows/ui-tests.yaml +++ b/.github/workflows/ui-tests.yaml @@ -4,6 +4,7 @@ on: push permissions: pull-requests: read + issues: write jobs: cache-dependencies: @@ -50,9 +51,6 @@ jobs: ${{ runner.os }}-yarn-v3 - name: Build run: yarn build - - uses: actions/github-script@v6 - with: - script: console.log(github.event) - name: Pull Vercel configuration run: yarn vercel pull --yes --token ${{ secrets.vercel_token }} - name: Build Vercel bundle