diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:24:49 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:24:49 +0200 |
commit | a9530b57b4223efbf79423d2cd918e9fb4b91f39 (patch) | |
tree | ed1c32c21cc4f0ab330820ba5616e8f1c510a617 /.github/workflows | |
parent | 2efe94f52aa40b5bdb1f19d6a9c76a5592569fe7 (diff) | |
download | skyhanni-a9530b57b4223efbf79423d2cd918e9fb4b91f39.tar.gz skyhanni-a9530b57b4223efbf79423d2cd918e9fb4b91f39.tar.bz2 skyhanni-a9530b57b4223efbf79423d2cd918e9fb4b91f39.zip |
fix label bug fix v3
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/label-bug-fix.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index fc5d2d154..fdee44e08 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -10,10 +10,9 @@ jobs: env: TITLE: ${{ github.event.pull_request.title }} LABEL: Bug Fix - Sooner than Very Soon - repoToken: "${{ secrets.GITHUB_TOKEN }}" uses: actions/github-script@v7 with: - github-token: ${{ env.repoToken }} + github-token: ${{ secrets.MY_PAT }} script: | if(process.env.TITLE.split(":")[0].toUpperCase().includes("FIX")){ github.rest.issues.addLabels({ |