Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Update process_push.py #2

Update process_push.py

Update process_push.py #2

Workflow file for this run

name: Push to Issue
on:
push:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install PyGithub requests
- run: python process_push.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
REPOSITORY: ${{ github.repository }}
COMMIT_SHA: ${{ github.sha }}
ALLOWED_USER: ${{ secrets.ALLOWED_USER }}