julia-actions/Add Julia Registry
Clone a private Julia registry and configure Pkg access
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry to clone (owner/repo) | yes | — |
| protocol | Protocol to use when cloning GitHub repositories. Either `ssh` or `https`. | — | ssh |
| ssh-key | SSH private key contents when cloning with SSH. | no | — |
| key | Deprecated input which was replaced by `ssh-key`. | no | — |
| github-token | The GitHub token to use when cloning with HTTPS. | — | ${{ github.token }} |
Outputs
no outputs