mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
18 lines
435 B
YAML
18 lines
435 B
YAML
![]() |
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 }}
|