Skip to content

Commit

Permalink
chore: add github_token to auto-analyze.yml (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Aug 15, 2022
1 parent 349372f commit 5f2f7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
if: steps.changed-file-package-json.outputs.any_changed == 'true'
uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
Expand Down

0 comments on commit 5f2f7dd

Please sign in to comment.