Skip to content

Config and context to utilize github actions with the Pelorus webhook exporter

License

Notifications You must be signed in to change notification settings

dora-metrics/webhook-exporter-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhook-exporter-templates

Actions are now under development and are not tested until further notice

Configuration

All templates need input values of app and url

App

App variable defines under what name should be the apps be tracked. This name should be same for all pipelines regarding same code.

Url

Internet endpoint which accepts Pelorus webhook data.

Example of action usage

name: Send-Data
on: push
jobs:
    check-committime-template:
        runs-on: ubuntu-latest
        steps:
            - uses: ./committime_template 
              with: 
                  app: "GitHub-test"
                  url: "http://pelorus.endpoint.com

About

Config and context to utilize github actions with the Pelorus webhook exporter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •