From 8c6ad6bb1b739ccb4f47311f04fb3d067e962134 Mon Sep 17 00:00:00 2001 From: oguzhankoral Date: Sun, 1 Dec 2024 01:47:10 +0300 Subject: [PATCH] typo? --- .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 0db4e937b..47e95b955 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,6 @@ jobs: run: | # Compile and run your side effects analyzer dotnet run --project Sdk/FeatureImpactAnalyzer \ - --github-token GITHUB_TOKEN \ + --github-token $GITHUB_TOKEN \ --repository ${{ github.repository }} \ --pull-request ${{ github.event.pull_request.number }}