Skip to content

Commit

Permalink
Update private-labeler.yml
Browse files Browse the repository at this point in the history
Fix token syntax
  • Loading branch information
semuelle authored Nov 23, 2023
1 parent 5f9902b commit fe8f6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/private-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Add 'discussion private' label if the application is private
uses: actions/github-script@v6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
Expand Down

0 comments on commit fe8f6b2

Please sign in to comment.