diff --git a/.github/workflows/update_appveyor_image.yml b/.github/workflows/update_appveyor_image.yml index 49c265c598..96c6e2e105 100644 --- a/.github/workflows/update_appveyor_image.yml +++ b/.github/workflows/update_appveyor_image.yml @@ -50,7 +50,7 @@ jobs: if: ${{ env.APPVEYOR_IMAGE_VERSION }} uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.3 with: - token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'build: update appveyor image to latest version' committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> diff --git a/appveyor.yml b/appveyor.yml index 2cee9521ca..ba245cd39c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-110.0.5451.0 +image: e-111.0.5518.0 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default