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