From 3dac188393378f2de9670b942ea14f52b6aa2b33 Mon Sep 17 00:00:00 2001 From: Joe Bell <7349341+joe-bell@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:30:37 +0200 Subject: [PATCH] try with pat again --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d433b0..aea509c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,10 @@ name: ci on: - pull_request_target: push: branches: [main] + pull_request: + branches: [main] jobs: build: @@ -35,6 +36,8 @@ jobs: - run: pnpm check examples: runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ github.token }} permissions: pull-requests: write if: github.event_name == 'pull_request'