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

Merge pull request #1 from Assembly-telegram-bots/codex/create-detail… #5

Merge pull request #1 from Assembly-telegram-bots/codex/create-detail…

Merge pull request #1 from Assembly-telegram-bots/codex/create-detail… #5

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 }}