Skip to content

Commit b7d28b6

Browse files
kylos101ona-agent
andcommitted
Fix update-image-digest workflow missing token
Remove explicit token parameter that referenced a missing secret. The workflow will use the default GITHUB_TOKEN instead. Add instructions for reviewers to trigger workflow checks after approval. Co-authored-by: Ona <[email protected]>
1 parent 617ee70 commit b7d28b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/update-image-digest.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f #v7.0.6
8585
if: ${{ steps.create_pr.outputs.create_pr == 'true' }}
8686
with:
87-
token: ${{ secrets.ROBOQUAT_AUTOMATIC_CHANGELOG }}
8887
commit-message: update index
8988
title: "Update images digests"
9089
body: |
@@ -107,6 +106,13 @@ jobs:
107106
- [x] with-integration-tests=ssh
108107
Valid options are `all`, `workspace`, `webapp`, `ide`, `jetbrains`, `vscode`, `ssh`. If enabled, `with-preview` and `with-large-vm` will be enabled.
109108
</details>
109+
110+
**Important:** After approving, checkout this branch and trigger additional checks:
111+
```bash
112+
git commit --amend --no-edit
113+
git push --force-with-lease
114+
```
115+
Why? This is required to trigger workflows, so that PR checks pass and allow merging.
110116
labels: automated pr, kind/cleanup, release-note-none
111117
branch: update-digests
112118
delete-branch: true

0 commit comments

Comments
 (0)