]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish.yml
Fix action deprecation warning for dev-drprasad
[stockfish] / .github / workflows / stockfish.yml
index 6d71fef5aef96d3f3890f67373d3a07d6c8fe28b..e8db52351dd60ee024b6ed95eba5490e68c12658 100644 (file)
@@ -30,12 +30,10 @@ jobs:
         if: env.COMMIT_SHA != 'null'
         with:
           tag_name: ${{ env.COMMIT_SHA }}
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          github_token: ${{ secrets.GITHUB_TOKEN }}
 
-  # The include checks currently fail because of broken LLVM nightly packages: https://github.com/llvm/llvm-project/issues/73402
-  #Analyzers:
-  #  uses: ./.github/workflows/stockfish_analyzers.yml
+  Analyzers:
+    uses: ./.github/workflows/stockfish_analyzers.yml
   Sanitizers:
     uses: ./.github/workflows/stockfish_sanitizers.yml
   Tests: