Point setup action at Astrid Runtime#1
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this action’s defaults and documentation to track the Astrid Runtime organization/repository, while removing Unicity branding and documenting how to verify historical releases that retain the prior Sigstore workflow identity.
Changes:
- Point README links/examples and the default
repositoryinput toastrid-runtime/astrid. - Update action metadata branding (
author) to remove Unicity branding. - Document how to install/verify historical releases using
repository: unicity-astrid/astrid.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Updates links/usages to astrid-runtime/* and adds historical-release verification guidance. |
| action.yml | Changes the default release repository to astrid-runtime/astrid and updates author branding. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+51
to
56
|
|
||
| Historical Astrid releases published before the organization transfer retain the | ||
| `unicity-astrid/astrid` Sigstore workflow identity. To install one with this action, | ||
| set `repository: unicity-astrid/astrid`; GitHub resolves the release redirect while | ||
| the action verifies the original certificate identity. | ||
| | `github-token` | `${{ github.token }}` | Token for the release lookup and asset downloads. | |
| @@ -13,7 +13,7 @@ inputs: | |||
| repository: | |||
| description: "GitHub owner/repo to install the release from (override for a fork or a mirror)." | |||
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.
Summary
Points setup-astrid at Astrid Runtime while preserving historical Sigstore verification for releases signed before the repository transfer.
Changes
Verification