Skip to content

Commit

Permalink
Update discord.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 authored Sep 11, 2024
1 parent 569694e commit b8f9a47
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ on:
jobs:
Run_bot:
env:
TOKEN: ${{ secrets.TOKEN }}
TOKEN: ${{ secrets.TOKEN }}
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- name: Install
run: |
- uses: actions/[email protected]
- uses: actions/checkout@v4
- name: Set up virtual environment
run: |
python3 -m venv venv
source venv/bin/activate
- name: Install dependencies
run: |
python3 -m pip install -U discord.py
python3 -m pip install requests
- name: Run bot
run: |
python3 -m pip install requests
- name: Run bot
run: |
source venv/bin/activate
python3 ./zigister.py

0 comments on commit b8f9a47

Please sign in to comment.