mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Merge pull request #433 from Vurv78/auto-workshop-deploy
Add workshop deployment action
This commit is contained in:
commit
32492a57a1
18
.github/workflows/deploy.yml
vendored
Normal file
18
.github/workflows/deploy.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user