Skip to content

Merge pull request #99 from HebaruSan/feature/empty-diff-skip-inst #17

Merge pull request #99 from HebaruSan/feature/empty-diff-skip-inst

Merge pull request #99 from HebaruSan/feature/empty-diff-skip-inst #17

Workflow file for this run

name: Deploy xKAN-meta_testing
on:
push:
branches:
- master
jobs:
deploy:
name: CKAN repo dispatch
runs-on: ubuntu-latest
steps:
- name: CKAN repo dispatch
env:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
if: env.REPO_ACCESS_TOKEN
uses: peter-evans/repository-dispatch@v2
with:
repository: KSP-CKAN/CKAN
event-type: deploy
token: ${{ secrets.REPO_ACCESS_TOKEN }}