https://github.com/hashicorp-forge/actions-pao-tool
https://github.com/hashicorp-forge/actions-pao-tool
doormat-managed
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashicorp-forge/actions-pao-tool
- Owner: hashicorp-forge
- Created: 2025-06-25T23:32:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-10T03:02:49.000Z (12 months ago)
- Last Synced: 2025-07-10T07:59:36.694Z (12 months ago)
- Topics: doormat-managed
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# actions-pao-tool [](https://github.com/hashicorp-forge/actions-pao-tool/actions/workflows/test.yml)
_For internal HashiCorp use only. The output of this action is specifically designed to satisfy the needs of our internal deployment system, and may not be useful to other organizations._
Tools related to release channel PAO.
## Usage
To create the `pao-meta.zip` artifact containing (CSV) eBOMs, the Getting Started guide, etc.:
```yaml
steps:
# ...
- uses: actions/checkout@latest # ...
- uses: hashicorp-forge/actions-pao-tool/collect@v1 # ...
```