Skip to content

Commit

Permalink
Create publish-to-spacedock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Dec 1, 2024
1 parent 59072e1 commit 090e708
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish-to-spacedock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: publish-to-spacedock

on:
release:
types: [released]

jobs:
publish-to-spacedock:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/publish-to-spacedock.yml@main
with:
spacedock-username: ${{ vars.SPACEDOCK_USERNAME }}
mod-id: ${{ vars.SPACEDOCK_MOD_ID }}
secrets:
spacedock-password: ${{ secrets.SPACEDOCK_PASSWORD }}

0 comments on commit 090e708

Please sign in to comment.