actions-on-packages/Package and Publish
Publish actions as OCI artifacts to GHCR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN having the write:package scope to publish an action package to GHCR. | yes | ${{ github.token }} |
| path | The work directory or path to be tar archived and uploaded as OCI Artifact layer. | no | . |
Outputs
| name | description |
|---|---|
| package-url | The name of package published to GHCR along with semver. For example, https://ghcr.io/actions/package-action:1.0.1 |