Deploy to Workshop #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 160250458 | |
changelog: "Deployment via Github to latest changes" | |
env: | |
STEAM_USERNAME: ${{ secrets.WIRETEAM_WORKSHOP_USERNAME }} | |
STEAM_PASSWORD: ${{ secrets.WIRETEAM_WORKSHOP_PASSWORD }} |