diff --git a/.github/workflows/private-repo-test.yaml b/.github/workflows/private-repo-test.yaml index 838dff8235..eaa71885ff 100644 --- a/.github/workflows/private-repo-test.yaml +++ b/.github/workflows/private-repo-test.yaml @@ -77,7 +77,7 @@ jobs: unset TWINE_USERNAME TWINE_PASSWORD && make publish-tests - name: Get GitHub App token id: get_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: private-key: ${{ secrets.TOBIKO_RENOVATE_BOT_PRIVATE_KEY }} app-id: ${{ secrets.TOBIKO_RENOVATE_BOT_APP_ID }}