Skip to content

Commit

Permalink
Add workshop deploy workflow (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vurv78 authored Nov 30, 2023
1 parent 1b81b8a commit 14cbd7a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/workshop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy to Workshop

on:
push:
branches: [ master ]
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master

- uses: vurv78/[email protected]
with:
id: 2273610511
changelog: ${{ github.event.head_commit.message }}
env:
STEAM_USERNAME: ${{ secrets.WORKSHOP_USERNAME }}
STEAM_PASSWORD: ${{ secrets.WORKSHOP_PASSWORD }}

0 comments on commit 14cbd7a

Please sign in to comment.