Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivarrrrr authored Feb 21, 2024
2 parents 25a6f4d + 2409ac6 commit 0ff1db4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/import-to-nrk-netbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Import library to NRK Netbox PR Merge
on:
push:
branches:
- master

jobs:
repository-dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.DISPATCH_PAT }}
repository: nrkno/plattform-terraform-netbox-config
event-type: update-library

0 comments on commit 0ff1db4

Please sign in to comment.