Libs and tools used to build all *-version tools for GitHub Actions
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Haritha 093593adca
Replace self hosted with arm runners
11 months ago
.github Replace self hosted with arm runners 11 months ago
get-new-tool-versions Rename 'virtual-environments' repo to 'runner-images' 3 years ago
github Add CancelWorkflow method to github-api.psm1 and update get-new-tool-versions.ps1 5 years ago
packages-generation Add logic to generate hash file (#65) 3 years ago
CODE_OF_CONDUCT.md Move helpers to the separate repository 6 years ago
CONTRIBUTING.md Move helpers to the separate repository 6 years ago
LICENSE Move helpers to the separate repository 6 years ago
README.md Add permission section (#84) 1 year ago
SECURITY.md Move helpers to the separate repository 6 years ago
clean-toolcache.ps1 Migrate tools CI to GA 6 years ago
common-helpers.psm1 refactored function 6 years ago
nix-helpers.psm1 Merge helpers function from node, boost, python. (#2) 6 years ago
pester-extensions.psm1 fixed naming 6 years ago
win-helpers.psm1 Merge helpers function from node, boost, python. (#2) 6 years ago
win-vs-env.psm1 removed changes 6 years ago

README.md

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

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