diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:23:25 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-07-07 01:23:25 +0200 |
commit | 2efe94f52aa40b5bdb1f19d6a9c76a5592569fe7 (patch) | |
tree | 5e02d92e62e905db8d9a54d9aa581a61d0e1bbb4 /.github/workflows | |
parent | 0cfd7cd8d9c235d96732162580529d36afd33c2e (diff) | |
download | skyhanni-2efe94f52aa40b5bdb1f19d6a9c76a5592569fe7.tar.gz skyhanni-2efe94f52aa40b5bdb1f19d6a9c76a5592569fe7.tar.bz2 skyhanni-2efe94f52aa40b5bdb1f19d6a9c76a5592569fe7.zip |
fix label bug fix v2
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/label-bug-fix.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index bfef0bd04..fc5d2d154 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -13,6 +13,7 @@ jobs: repoToken: "${{ secrets.GITHUB_TOKEN }}" uses: actions/github-script@v7 with: + github-token: ${{ env.repoToken }} script: | if(process.env.TITLE.split(":")[0].toUpperCase().includes("FIX")){ github.rest.issues.addLabels({ |