mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Add workshop deployment action
This commit is contained in:
parent
6895075b8b
commit
b0d3462b65
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