Skip to content

Commit

Permalink
Merge pull request #892 from puppetlabs/pdksync_CONT-211-add_mend_config
Browse files Browse the repository at this point in the history
pdksync - (CONT-211) Adding mend config
  • Loading branch information
david22swan authored Feb 3, 2023
2 parents 35f9d90 + 25606c0 commit c3c4d6f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "mend"

on:
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:

mend:
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
secrets: "inherit"

This comment has been minimized.

Copy link
@vegaaz

vegaaz Feb 7, 2023

This seems not to work.
https://github.com/puppetlabs/puppetlabs-docker/actions/runs/4101712021/jobs/7074370995

Mandatory parameters apiKey/licenseKey were not set

This comment has been minimized.

Copy link
@vegaaz

0 comments on commit c3c4d6f

Please sign in to comment.