https://github.com/actions/versions-package-tools
Libs and tools used to build all *-version tools for GitHub Actions
https://github.com/actions/versions-package-tools
Last synced: about 1 year ago
JSON representation
Libs and tools used to build all *-version tools for GitHub Actions
- Host: GitHub
- URL: https://github.com/actions/versions-package-tools
- Owner: actions
- License: mit
- Created: 2020-04-13T16:10:34.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T15:37:14.000Z (over 1 year ago)
- Last Synced: 2025-04-02T08:00:02.505Z (about 1 year ago)
- Language: PowerShell
- Size: 184 KB
- Stars: 26
- Watchers: 13
- Forks: 39
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Common tools for generation of packages in the actions/*-versions repositories
This repository contains PowerShell modules that are used to generate packages for Actions. The packages are consumed by the images generated through [actions/runner-images](https://github.com/actions/runner-images) and some of the setup-* Actions
## Recommended permissions
When using the `versions-package-tools` in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality:
```yaml
permissions:
contents: read # access to read repository's content
actions: read # access to reading actions
```
## Contribution
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure