Skip to content

eclipse-score/cicd-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

score_cicd-actions

Reusable GitHub Actions for S-CORE CI/CD automation. For reusable workflows, see the score_cicd-workflows repository.

Actions

  • inter-repo-access: resolve one auth mode and configure git for consistent cross-repository access.

Self Testing

This repo includes self-test workflows for the provided actions in the .github/workflows directory:

These workflows are reusable (workflow_call) and are executed from the PR workflow

Why are the actions in a separate repository?

While it's possible to call actions in the same repository, as witnessed by the self-tests, it is not (easily) possible to do that from a reusable workflow. Since reusable workflows are a key part of our strategy for sharing CI/CD logic, we place the actions in a separate repository to ensure they can be used from any workflow in any repository.

Do they work outside of S-CORE?

Yes! However, testing is focused on the eclipse-score use case. Forks and private copies of S-CORE should work fine. GitHub Server and GitHub Data Residency are untested, so compatibility is not guaranteed — we welcome fixes but cannot offer support for those environments.

About

Reusable GitHub Actions for CI/CD automation

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors