Skip to content

add CONTRIBUTING.md #12

add CONTRIBUTING.md

add CONTRIBUTING.md #12

Workflow file for this run

name: Shuttle Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
name: "amd"
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'