Merge pull request #433 from Vurv78/auto-workshop-deploy

Add workshop deployment action
This commit is contained in:
Vurv 2023-07-14 16:02:24 -07:00 committed by GitHub
commit 32492a57a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Deploy to Workshop
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: wiremod/gmod-upload@master
with:
id: 773402917
changelog: "Deployment via Github to latest changes"
env:
STEAM_USERNAME: ${{ secrets.WIRETEAM_WORKSHOP_USERNAME }}
STEAM_PASSWORD: ${{ secrets.WIRETEAM_WORKSHOP_PASSWORD }}