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 }}