https://github.com/khulnasoft/addonfactory-github-workflows
https://github.com/khulnasoft/addonfactory-github-workflows
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/addonfactory-github-workflows
- Owner: khulnasoft
- License: apache-2.0
- Created: 2024-06-18T07:51:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:59:46.000Z (over 1 year ago)
- Last Synced: 2025-02-01T02:16:41.300Z (8 months ago)
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# addonfactory-github-workflows
This repository contains workflows that can be reused in Github actions.
# explicitly configure permissions when using reusable-agreements, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
actions: read
contents: read
pull-requests: read
statuses: read