Create discord.yaml #1
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: 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 | |