From 735e1d0b45c37b8beb52bb58951dcfeb9e453e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Fri, 19 Jan 2024 15:28:53 -0500 Subject: [PATCH] ci: using the right token for srggrs/assign-one-project-github-action --- .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: