Skip to content

Merge pull request #95 from HebaruSan/fix/pr-body-warning-without-pr #12

Merge pull request #95 from HebaruSan/fix/pr-body-warning-without-pr

Merge pull request #95 from HebaruSan/fix/pr-body-warning-without-pr #12

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 }}