From 8ebc9b9cb6d06626cdba322c3c62a111a68cc168 Mon Sep 17 00:00:00 2001 From: Mathieu Gamache Date: Mon, 23 Sep 2024 16:04:32 -0400 Subject: [PATCH] Use token from IT --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a92f5b7..2d0a272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,4 @@ jobs: - name: Test with the dotnet CLI run: dotnet test tests env: - GH_TOKEN: ${{secrets.TEST_GITHUB_MG}} \ No newline at end of file + GH_TOKEN: ${{secrets.TEST_GITHUB_TOKEN}} \ No newline at end of file