Skip to content

Merge pull request #18 from Sai-prudhvi1483/Sai-prudhvi1483-patch-16 #23

Merge pull request #18 from Sai-prudhvi1483/Sai-prudhvi1483-patch-16

Merge pull request #18 from Sai-prudhvi1483/Sai-prudhvi1483-patch-16 #23

Workflow file for this run

name: Update Version
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: pip install PyGithub
- name: Run script
run: python script.py
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}