From fe8f6b28ef7b35af17c54abde423e9cfc85d963e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Thu, 23 Nov 2023 18:03:27 +0100 Subject: [PATCH] Update private-labeler.yml Fix token syntax --- .github/workflows/private-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/private-labeler.yml b/.github/workflows/private-labeler.yml index 6d0d704d228..096debb3496 100644 --- a/.github/workflows/private-labeler.yml +++ b/.github/workflows/private-labeler.yml @@ -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,