-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a kubearmor-integrations /docs directory #2
Comments
The KubeArmor team is welcome to join the Sept 06 2022 Open Horizon Documentation Working Group meeting to discuss this additional documentation integration. See |
@Ankurk99 noticed a leading / in the copy-docs.yaml GHA and fixed it in: #8
|
We're trying to use the open-horizon org secret PERSONAL_TOKEN from It says
|
Ah! Just noticed something: |
Quite possibly we can edit L19 to remove the leading |
Before we ran the GHA, I created a docs/kubearmor-integration/tmpfile in the open-horizon.github.io repo. See open-horizon/open-horizon.github.io@70f1402 Maybe I should have also created a |
I have restored the docs folder and have tried to updated the GA to replicate the format of other open-horizon github actions, please take a look if the fix is fine. |
It looks correct. GHA fails on the secret / password.
|
I'm looking at the source code for the CopyCat GHA |
I cloned and built the copycat container on my local system. Figured out what params to pass it by studying the output of one of the GHA copycat runs.
I modified the entrypoint.sh for copycat to use my PAT based the answer in this StackOverflow discussion. I replace the
Running it local finally succeeded (using a PAT that I created over in github/johnwalicki) This isn't the right answer but it shows the problem with trying to use this GHA in an Org, not a personal github account. |
I learned a lot about how the CopyCat GitHub Action executes. I offered to improve their documentation so others can run it in a GitHub Org. See andstor/copycat-action#65 Closing this ticket as complete. Thanks to the AccuKnox team for contributing to Open Horizon. |
The Open Horizon documentation site can incorporate documentation from various Open Horizon repositories. We use a GitHub Action to copy over markdown / images / etc files from the subproject repo into the https://open-horizon.github.io/ site.
Once there is a /docs directory in this repo, we can implement the GHA.
open-horizon/open-horizon.github.io#304
The text was updated successfully, but these errors were encountered: