diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63cc33e..2d2dfd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ name: CI on: push: branches: [ "main" ] - pull_request_target: + pull_request: branches: [ "main" ] workflow_dispatch: # manual run @@ -15,7 +15,6 @@ concurrency: permissions: pull-requests: read contents: read - id-token: write actions: read jobs: