Browse Source

Use default github token

tags/v0.2.3-rc
Haixuan Xavier Tao GitHub 2 years ago
parent
commit
be8b6904bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/labeler.yml

+ 1
- 1
.github/workflows/labeler.yml View File

@@ -9,7 +9,7 @@ jobs:
steps:
- uses: github/issue-labeler@v3.1 #May not be the latest version
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ github.token }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
include-title: 1

Loading…
Cancel
Save