diff --git a/.github/workflows/update-image-digest.yml b/.github/workflows/update-image-digest.yml index dce8231f76ece2..3a9c7c35daed09 100644 --- a/.github/workflows/update-image-digest.yml +++ b/.github/workflows/update-image-digest.yml @@ -84,7 +84,6 @@ jobs: uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f #v7.0.6 if: ${{ steps.create_pr.outputs.create_pr == 'true' }} with: - token: ${{ secrets.ROBOQUAT_AUTOMATIC_CHANGELOG }} commit-message: update index title: "Update images digests" body: | @@ -107,8 +106,16 @@ jobs: - [x] with-integration-tests=ssh Valid options are `all`, `workspace`, `webapp`, `ide`, `jetbrains`, `vscode`, `ssh`. If enabled, `with-preview` and `with-large-vm` will be enabled. + + **Important:** After approving, checkout this branch and trigger additional checks: + ```bash + git commit --amend --no-edit + git push --force-with-lease + ``` + Why? This is required to trigger workflows, so that PR checks pass and allow merging. labels: automated pr, kind/cleanup, release-note-none branch: update-digests + branch-suffix: timestamp delete-branch: true - name: Get previous job's status