Change to pull_request
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index c6d998d..f0683bd 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -1,7 +1,7 @@
 name: "PR Labeler"
 
 on:
-  pull_request_target:
+  pull_request:
     types: ["opened", "reopened", "ready_for_review"]
 
 permissions:
diff --git a/.github/workflows/remove-labels.yml b/.github/workflows/remove-labels.yml
index 4302bee..9407eb9 100644
--- a/.github/workflows/remove-labels.yml
+++ b/.github/workflows/remove-labels.yml
@@ -1,7 +1,7 @@
 name: Remove PR Labels
 
 on:
-  pull_request_target:
+  pull_request:
     types: ["closed"]
 
 permissions: