From 40e60a51a26925aaeb4bbbd87d4ebc40f86a727c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n?= Date: Fri, 31 May 2024 17:40:55 +1000 Subject: [PATCH] Update newissue.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix secrets variable Signed-off-by: CiarĂ¡n --- .github/workflows/newissue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/newissue.yml b/.github/workflows/newissue.yml index d62171222..44487a09d 100644 --- a/.github/workflows/newissue.yml +++ b/.github/workflows/newissue.yml @@ -14,5 +14,5 @@ jobs: column: 'Todo' owner: 'bubonicfred' type: 'user' - github_token: ${{ secrets.GA_ACCESS_TOKEN}} + github_token: ${{ secrets.GITHUB_TOKEN }} marker: 'issue:todo'