Skip to content

Conversation

@kylos101
Copy link
Contributor

@kylos101 kylos101 commented Jan 8, 2026

Description

The update-image-digest.yml workflow was failing because secrets.ROBOQUAT_AUTOMATIC_CHANGELOG is not available. This removes the explicit token parameter so the workflow uses the default GITHUB_TOKEN instead.

Also adds instructions for reviewers to trigger workflow checks after approval, since PRs created by GITHUB_TOKEN don't automatically trigger workflows.

Related Issue(s)

Fixes CLC-2186

How to test

  1. Trigger the workflow manually via workflow_dispatch
  2. Verify it creates a PR successfully (if there are digest updates)

Documentation

No

Preview status

gitpod:summary

Build Options

Build
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • /werft preemptible
    Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh. If enabled, with-preview and with-large-vm will be enabled.
  • with-monitoring

/hold

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]>
Copy link
Member

@geropl geropl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️ to unblock

@kylos101
Copy link
Contributor Author

kylos101 commented Jan 8, 2026

@geropl closing for now (the default token lacks perms to create branches). Am thinking another way to automate could be with Ona automations...or like you mentioned we just do this manually.

@kylos101 kylos101 closed this Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants