Skip to content

Global workflow files and community health files for the Homebridge-Eufy-plugin organization.

Notifications You must be signed in to change notification settings

homebridge-eufy-security/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

The global .github for all homebridge-eufy-security branches

This projects contains any sort of common and community health files for the homebridge-eufy-security organization to be maintained in a central space.

Reusable GitHub Workflows

This project provides several GitHub workflows that can be reused.

This example, which is cited from the above-linked GitHub documentation page, shows how such reusable workflow files are generally used:

name: Call a reusable workflow

on:
  pull_request:
    branches:
      - main

jobs:
  call-workflow:
    uses: homebridge-eufy-security/.github/.github/workflows/example-workflow.yml@main

  call-workflow-passing-data:
    uses: homebridge-eufy-security/.github/.github/workflows/example-workflow.yml@main
    with:
      username: lenoxys
    secrets:
      token: ${{ secrets.TOKEN }}

About

Global workflow files and community health files for the Homebridge-Eufy-plugin organization.

Resources

Stars

Watchers

Forks