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 48ed899 commit 32b431c
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
@@ -32,7 +32,7 @@ jobs:
- name: Add label
uses: actions/github-script@v6
with:
github-token: "${{ secrets.PAT }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,

0 comments on commit 32b431c

Please sign in to comment.