Merge pull request #98 from HebaruSan/fix/cache-limit #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |