From 8d584ad1635299a2843f727004bbb8a63d1187b4 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 17 Apr 2024 22:03:22 +0200 Subject: [PATCH] fix: github token --- .github/workflows/label-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index 5c1aaf0..8fd1617 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -17,4 +17,4 @@ jobs: - name: Add labels uses: ./.github/github-action/ with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.github_token }}