We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87bf96 commit e677771Copy full SHA for e677771
.github/workflows/snorkell-auto-documentation.yml
@@ -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/[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