Skip to content

Commit

Permalink
Merge pull request #25 from guibranco/penify/config_6c947
Browse files Browse the repository at this point in the history
[Penify]: Setting up Automated AI-Driven Documentation for GitHub!
  • Loading branch information
guibranco authored Aug 24, 2024
2 parents 731d4f0 + d2e98fb commit 319c10b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/snorkell-auto-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This workflow will improvise current file with AI genereated documentation and Create new PR

name: Penify - Revolutionizing Documentation on GitHub

on:
push:
branches: ["main"]
workflow_dispatch:

jobs:
Documentation:
runs-on: ubuntu-latest
steps:
- name: Penify DocGen Client
uses: SingularityX-ai/[email protected]
with:
client_id: ${{ secrets.SNORKELL_CLIENT_ID }}
api_key: ${{ secrets.SNORKELL_API_KEY }}
branch_name: "main"

0 comments on commit 319c10b

Please sign in to comment.