Skip to content

Commit

Permalink
Update check_application_document.yml
Browse files Browse the repository at this point in the history
Add token to labeling action
  • Loading branch information
semuelle authored Aug 4, 2023
1 parent a7a5766 commit 1e4d32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_application_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Add 'discussion private' label if the application is private
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 1e4d32b

Please sign in to comment.