You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a separate repo where you allow actions to run, so you can get the secret out. The idea would be that you have a challenge with a forkable action+Secret, so anyone forking this repository should get access to the given secret.
TODO:
Have the Github secret forkable
Create a github action using it
Create the actual challenge with the secret encrypted as part of the java code (See contributing.md on how to create the challenge)
The text was updated successfully, but these errors were encountered:
commjoen
changed the title
Create a separate repo where you allow actions to run, so you can get the ssecret out
Create a separate repo where you allow actions to run, so you can get the secret out
Oct 5, 2022
Given a secret can no longer be used in forks unless you use pull_request_target which will result in a lot of spam PRs, maybe we can instead just have an encrypted secret in a github action with the key embedded into it?
Create a separate repo where you allow actions to run, so you can get the secret out. The idea would be that you have a challenge with a forkable action+Secret, so anyone forking this repository should get access to the given secret.
TODO:
The text was updated successfully, but these errors were encountered: