Skip to content

Commit

Permalink
ci(label): add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 16, 2023
1 parent d9c2ddc commit ce586bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/github-script@v6
id: label-checks
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const [owner, repo] = ["gear-tech", "gear"];
const { ref, payload: { issue: issue_number } } = context;
Expand Down

0 comments on commit ce586bb

Please sign in to comment.