Skip to content

Commit

Permalink
Create discord.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 authored Sep 10, 2024
1 parent ebe7190 commit c528fdc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Run bot

on:
push:
branches:
- main

jobs:
Run_bot:
env:
TOKEN: ${{ secrets.TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/[email protected]
- name: Install
run: |
pip3 install discord
pip3 install requests
- name: Run bot
run: |
python3 ./zigister.py

0 comments on commit c528fdc

Please sign in to comment.