Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Add support for GitHub workflow usage without pull requests #36

Open
ebickle opened this issue Jan 21, 2022 · 0 comments
Open

Add support for GitHub workflow usage without pull requests #36

ebickle opened this issue Jan 21, 2022 · 0 comments

Comments

@ebickle
Copy link

ebickle commented Jan 21, 2022

The example at https://github.com/snyk-playground/config-repo/blob/main/.github/workflows/perform-import.yml shows how to use a GitHub workflow to run the snyk-sync tool. To store it's cache, it requires continual commits (via Pull Requests) back to the repository.

Instead, using the official actions/cache GitHub action could allow the sync to work using native GitHub workflow caching. Ideally, the "sync" or "config" repository shouldn't ever require commits for regular operation - perhaps with an update to the example workflow and some code adjustments this would be possible?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant