-
Notifications
You must be signed in to change notification settings - Fork 11
29 lines (29 loc) · 1.01 KB
/
manual_inflate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Inflate a chosen module
on:
workflow_dispatch:
inputs:
identifier:
description: Identifier of module to inflate
required: true
jobs:
Inflate_module:
runs-on: ubuntu-latest
steps:
- name: Get NetKAN repo
uses: actions/checkout@v2
with:
path: NetKAN
- name: Get CKAN-meta repo
uses: actions/checkout@v2
with:
repository: KSP-CKAN/KSP2-CKAN-meta
path: CKAN-meta
- name: Manual inflate
uses: HebaruSan/inflate-netkan@master
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
with:
identifier: ${{ github.event.inputs.identifier }}
game id: ksp2