diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3212c35..b13b068 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - name: Github app installation token - uses: actions/create-github-app-token@v4 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.RELEASE_APP_ID }}