https://github.com/logikal-io/github-workflows
Reusable GitHub Actions workflows
https://github.com/logikal-io/github-workflows
github
Last synced: 9 months ago
JSON representation
Reusable GitHub Actions workflows
- Host: GitHub
- URL: https://github.com/logikal-io/github-workflows
- Owner: logikal-io
- License: mit
- Created: 2022-09-27T16:15:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T12:17:40.000Z (12 months ago)
- Last Synced: 2025-04-03T12:46:58.607Z (10 months ago)
- Topics: github
- Homepage:
- Size: 229 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
GitHub Actions Reusable Workflows
=================================
This repository contains our common reusable workflows. You can simply use any of them in your
workflows via the ``uses`` keyword:
.. code-block:: yaml
jobs:
run-python-tests:
uses: logikal-io/github-workflows/.github/workflows/run-python-tests.yml@v10
permissions:
contents: read
id-token: write
You can find more information about reusable workflows in the `GitHub documentation
`_.
License
-------
The reusable workflows in this repository are licensed under the MIT open source license.