Skip to content

IBX-11778: Updated GitHub Actions workflows to org standard - #143

Merged
alongosz merged 1 commit into
mainfrom
ibx-11778-gha-workflows-update
Sep 11, 2026
Merged

IBX-11778: Updated GitHub Actions workflows to org standard#143
alongosz merged 1 commit into
mainfrom
ibx-11778-gha-workflows-update

Conversation

@alongosz

@alongosz alongosz commented Sep 5, 2026

Copy link
Copy Markdown
Member
🎫 Issue IBX-11778

Related PRs:

Description:

Part of the fleet-wide GHA workflow standardization (wave 4; sample: ibexa/taxonomy#444). Changes:

  • Updated third-party actions to their latest versions (MAJOR bumps included) and standardized runners to ubuntu-26.04.
  • Renamed chromatic.yml to chromatic.yaml (git mv); chromaui/action@latest kept (maintained tag).
  • Replaced the archived tibdex/github-app-token@v1 with actions/create-github-app-token@v3 in notify-on-push.yaml. Input difference: the old installation_id (AUTOMATION_CLIENT_INSTALLATION secret) has no equivalent; the token is now scoped with owner: ${{ github.repository_owner }} to the org installation. Please confirm the sync webhook still works on the first push to main; the AUTOMATION_CLIENT_INSTALLATION secret becomes unused.
  • Kept main in push triggers (this repo develops on main). No PHP jobs here, so the composer-install/pipefail items do not apply.

For QA:

Verify CI is green.

Documentation:

No documentation required.

🤖 Generated with Claude Code

- Bumped actions/checkout and actions/setup-node to v7 in the
  chromatic, frontend-ci and storybook-tests workflows.
- Replaced tibdex/github-app-token@v1 with
  actions/create-github-app-token@v3 in notify-on-push; the action
  resolves the installation from `owner`, so the explicit
  AUTOMATION_CLIENT_INSTALLATION secret is no longer passed.
- Standardized all runner labels to ubuntu-26.04.
- Renamed chromatic.yml to chromatic.yaml for consistent extensions.
- Kept `main` in push triggers: this repository develops on main.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@alongosz
alongosz merged commit ef7a81a into main Sep 11, 2026
4 checks passed
@alongosz
alongosz deleted the ibx-11778-gha-workflows-update branch September 11, 2026 12:06
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.

2 participants