Skip to content

Commit

Permalink
config: workflow labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Oct 21, 2023
1 parent 32b431c commit 5814e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Add label
uses: actions/github-script@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.PAT }}"
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
Expand Down

0 comments on commit 5814e50

Please sign in to comment.