This action pushes commit and deployment events to the Padok Baywatch Fourkeys service. For you to monitor the key DevOps metrics of your GitHub repositories.
name | required | type | default | description |
---|---|---|---|---|
metadatas | no | string | "{}" | Metadata key values to sort data in the Fourkeys Metrics |
Workflow:
name: Publish Data to Padok Baywatch Fourkeys
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Publish Data to Padok Baywatch Fourkeys
uses: padok-team/baywatch-fourkeys-action@v1