mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 03:13:23 +00:00
933aacb90a1da96f82e18f9749f0962b3e106c44
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 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:
permissions:
contents: read # access to read repository's content
actions: read # access to reading actions
Contribution
Contributions are welcome! See Contributor's Guide for more details about contribution process and code structure
Languages
PowerShell
100%