aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-07-07 01:28:33 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-07-07 01:28:33 +0200
commit74e19f106e5e4e975fbed25b676c52eec9de1cb9 (patch)
tree1ee7fc92d55964403d2bf991d0f6cd250fc4d51f /.github/workflows
parent71bd53c97feb2b5a3278dea5dcffcbf949c70df6 (diff)
downloadskyhanni-74e19f106e5e4e975fbed25b676c52eec9de1cb9.tar.gz
skyhanni-74e19f106e5e4e975fbed25b676c52eec9de1cb9.tar.bz2
skyhanni-74e19f106e5e4e975fbed25b676c52eec9de1cb9.zip
fix label bug fix v5
Diffstat (limited to '.github/workflows')
-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 e7cce8853..20c3aec4f 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.GITHUB_TOKEN }}
+ repoToken: "${{ secrets.GITHUB_TOKEN }}"
script: |
if(process.env.TITLE.split(":")[0].toUpperCase().includes("FIX")){
github.rest.issues.addLabels({