diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:27:25 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:27:25 +0200 |
commit | 71bd53c97feb2b5a3278dea5dcffcbf949c70df6 (patch) | |
tree | cb3eaca88b2d7ce2845e190b6db72e31c455463f /.github/workflows | |
parent | a9530b57b4223efbf79423d2cd918e9fb4b91f39 (diff) | |
download | skyhanni-71bd53c97feb2b5a3278dea5dcffcbf949c70df6.tar.gz skyhanni-71bd53c97feb2b5a3278dea5dcffcbf949c70df6.tar.bz2 skyhanni-71bd53c97feb2b5a3278dea5dcffcbf949c70df6.zip |
fix label bug fix v4
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/label-bug-fix.yml | 2 |
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({ |