Skip to content

Pass secrets and use coding standards in reusable CI workflow#26

Merged
dannorthern merged 2 commits into
mainfrom
dev
May 13, 2026
Merged

Pass secrets and use coding standards in reusable CI workflow#26
dannorthern merged 2 commits into
mainfrom
dev

Conversation

@dannorthern

Copy link
Copy Markdown
Member

This pull request updates the GitHub Actions workflow configuration for CI jobs. The main change is to pass the composer-repository-profile input and inherit secrets for both the scheduled and regular CI workflows. This ensures that the workflows use the correct Composer repository profile and have access to necessary secrets.

Workflow configuration updates:

  • Both .github/workflows/scheduled-ci.yml and .github/workflows/tests.yml now pass composer-repository-profile: coding-standards-only to the reusable workflow. [1] [2]
  • Both workflows now explicitly inherit secrets by adding secrets: inherit to the job configuration. [1] [2]

dannorthern and others added 2 commits May 9, 2026 22:51
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@dannorthern dannorthern merged commit 7cf33b5 into main May 13, 2026
12 of 14 checks passed
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.

1 participant