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