Skip to content

Commit 5950cc9

Browse files
Penify config file
1 parent ce5ec74 commit 5950cc9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
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: Penify-dev/[email protected]
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)