Skip to content

Repository files navigation

GitHub Actions

This repository contains shared actions and workflows.

Using a workflow

You can call one workflow from within another workflow. This allows you to reuse workflows, avoiding duplication and making your workflows easier to maintain. For more information, see Reusing workflows..

Example Workflow

name: Digger Workflowon:
issue_comment:
types: [created]pull_request:
branches: [ "main" ]types: [ opened, synchronize, closed ]schedule: ## 5am every week on Saturday
- cron: '0 5 * * 6'jobs:
digger-job:
uses: kieranbrown/github-actions/.github/workflows/digger-workflow.yaml@v1secrets: inheritpermissions:
actions: write # required for plan persistencecontents: write # required to merge PRsid-token: write # required for workload-identity-federationpull-requests: write # required to post PR commentsstatuses: write # required to validate combined PR status

Contributing

Please ensure you have pre-commit framework installed and configured before submitting your Pull Request.

The included Brewfile includes all dependencies necessary to run this project. You can install these dependencies with brew bundle.

About

A collection of reusable GitHub Actions/Workflows

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages