aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/label-bug-fix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml
index fdee44e08..e7cce8853 100644
--- a/.github/workflows/label-bug-fix.yml
+++ b/.github/workflows/label-bug-fix.yml
@@ -12,7 +12,7 @@ jobs:
LABEL: Bug Fix - Sooner than Very Soon
uses: actions/github-script@v7
with:
- github-token: ${{ secrets.MY_PAT }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
if(process.env.TITLE.split(":")[0].toUpperCase().includes("FIX")){
github.rest.issues.addLabels({