mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-13 21:26:48 +00:00
Compare commits
1 Commits
Permission
...
Nodearm647
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe6bb6a285 |
10
README.md
10
README.md
@@ -1,15 +1,5 @@
|
|||||||
# Common tools for generation of packages in the actions/*-versions repositories
|
# 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
|
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
|
## Contribution
|
||||||
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
|
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
|
||||||
|
|||||||
Reference in New Issue
Block a user