]> git.sesse.net Git - stockfish/commitdiff
Fix action deprecation warning for dev-drprasad
authorDisservin <disservin.social@gmail.com>
Sun, 10 Dec 2023 22:40:45 +0000 (23:40 +0100)
committerDisservin <disservin.social@gmail.com>
Thu, 14 Dec 2023 17:43:02 +0000 (18:43 +0100)
closes https://github.com/official-stockfish/Stockfish/pull/4914

No functional change

.github/workflows/stockfish.yml

index 7bbb53d5c6278781a44d7db547ed510e77d01d44..e8db52351dd60ee024b6ed95eba5490e68c12658 100644 (file)
@@ -30,8 +30,7 @@ jobs:
         if: env.COMMIT_SHA != 'null'
         with:
           tag_name: ${{ env.COMMIT_SHA }}
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          github_token: ${{ secrets.GITHUB_TOKEN }}
 
   Analyzers:
     uses: ./.github/workflows/stockfish_analyzers.yml