Add workshop deployment action

This commit is contained in:
Vurv 2023-07-13 22:02:19 -07:00
parent 6895075b8b
commit b0d3462b65

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 }}