Skip to content

Commit 773f3be

Browse files
penify/config_d3974
main
1 parent 38232db commit 773f3be

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This workflow will improvise current file with AI genereated documentation and Create new PR
2+
3+
name: Penify - Revolutionizing Documentation on GitHub
4+
5+
on:
6+
push:
7+
branches: ["main"]
8+
workflow_dispatch:
9+
10+
jobs:
11+
Documentation:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Penify DocGen Client
15+
uses: SingularityX-ai/snorkell-documentation-client@v1.0.0
16+
with:
17+
client_id: ${{ secrets.SNORKELL_CLIENT_ID }}
18+
api_key: ${{ secrets.SNORKELL_API_KEY }}
19+
branch_name: "main"

0 commit comments

Comments
 (0)