diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac1c0952b2..f0cfef2590 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: "1. Clone repository" uses: actions/checkout@v2 with: - token: ${{ secrets.RELEASE_WORKFLOW_TOKEN }} + token: ${{ secrets.RELEASE_WORKFLOW_TOKEN_NEW }} fetch-depth: '1' - name: "2. Set up Python 3.9"