From d1972cde1eff3a7fd8fc07a2e4c95a91b4543481 Mon Sep 17 00:00:00 2001 From: ilya Date: Thu, 9 Jan 2025 17:55:52 +0000 Subject: [PATCH] [TRIVIAL] Hotfix GH job typo fix (#3230) There was a typo in the GH token name. --- .github/workflows/hotfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml index 5a71a19b07..bd65cd97b7 100644 --- a/.github/workflows/hotfix.yml +++ b/.github/workflows/hotfix.yml @@ -17,7 +17,7 @@ jobs: - name: Check out uses: actions/checkout@v4 with: - token: "${{ secrets.HOTFIX_ACTION_JOB }}" + token: "${{ secrets.HOTFIX_ACTION_TOKEN }}" fetch-depth: 0 - name: Configure git