From 3b09486dcf2dfbacb82346227305d4d52c130175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Fri, 19 Jan 2024 15:36:14 -0500 Subject: [PATCH] ci: using the right token for srggrs/assign-one-project-github-action (#2056) --- .github/workflows/ux-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ux-issues.yml b/.github/workflows/ux-issues.yml index 7c59e5767..fd70ede14 100644 --- a/.github/workflows/ux-issues.yml +++ b/.github/workflows/ux-issues.yml @@ -4,7 +4,7 @@ on: issues: types: [labeled] env: - MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + MY_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} jobs: ux-to-project: