Skip to content

Fixed icinga2 data yntax #11

Fixed icinga2 data yntax

Fixed icinga2 data yntax #11

Workflow file for this run

---
name: Release
on: # yamllint disable-line rule:truthy
push:
tags:
- '*'
env:
BUNDLE_WITHOUT: development:test:system_tests
jobs:
deploy:
name: 'Deploy to forge'
runs-on: ubuntu-latest
if: github.repository_owner == 'example42'
container: puppet/puppet-dev-tools:2022-11-14-8e11537
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Publish to the Forge
run: /usr/local/bin/pdk bundle exec rake module:push
env:
BLACKSMITH_FORGE_USERNAME: '${{ secrets.PUPPET_FORGE_USERNAME }}'
BLACKSMITH_FORGE_API_KEY: '${{ secrets.PUPPET_FORGE_API_KEY }}'