Skip to content

Commit 23ff9c5

Browse files
committed
Publish to spacedock workflow
1 parent 7427738 commit 23ff9c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: publish-to-spacedock
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
publish-to-spacedock:
9+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/publish-to-spacedock.yml@main
10+
with:
11+
spacedock-username: ${{ vars.SPACEDOCK_USERNAME }}
12+
mod-id: ${{ vars.SPACEDOCK_MOD_ID }}
13+
secrets:
14+
spacedock-password: ${{ secrets.SPACEDOCK_PASSWORD }}

0 commit comments

Comments
 (0)