feat: add secretspec-action for GitHub and Forgejo Actions#149
Open
ap-1 wants to merge 2 commits into
Open
Conversation
Signed-off-by: Anish Pallati <i@anish.land> Assisted-by: Claude Fable 5
Member
|
This should also come with CI documentation section |
Signed-off-by: Anish Pallati <i@anish.land>
Contributor
Author
@domenkozar done |
Member
|
I'm now thinking I'll regret not making this a separate repository, because versioning of actions on github is based on tags/releases. |
Contributor
Author
fair enough, feel free to pull d2e762e out |
Member
|
if you want you can create the repo and transfer it over, or I'll do it.
…On Sun, Jul 19, 2026 at 12:29 PM Anish Pallati ***@***.***> wrote:
*ap-1* left a comment (cachix/secretspec#149)
<#149 (comment)>
I'm now thinking I'll regret not making this a separate repository,
because versioning of actions on github is based on tags/releases.
fair enough, feel free to pull d2e762e
<d2e762e>
out
—
Reply to this email directly, view it on GitHub
<#149?email_source=notifications&email_token=AAA63AZCOC5R7HLIVOL45VD5FUHRTA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMBRGY4DSMZZGI32M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5016893927>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA63A5NP6QQZHDGWD6HTL35FUHRTAVCNFSNUABGKJSXA33TNF2G64TZHMYTAMJTHE4DINJRGI5US43TOVSTWNBZGAYTGMRZGI4DLILWAI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #97
Closes #150
Implements
cachix/secretspec-actionassecretspec-action/, following the in-repo SDK layout. The action installs the CLI (latest via install.secretspec.dev, or a pinned tag via cargo-dist's per-release installer) and runssecretspec export --format gha.Both installer paths and the full export pipeline were verified on ubuntu, macos, and windows runners, including that exported values reach subsequent steps (run).
The CI docs are written assuming #170 is merged first