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 bc3f120 commit de684ceCopy full SHA for de684ce
.github/workflows/penify-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: ["master"]
8
+ workflow_dispatch:
9
10
+jobs:
11
+ Documentation:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Penify DocGen Client
15
+ uses: Penify-dev/penifydocwf@v1.0.0
16
+ with:
17
+ client_id: ${{ secrets.SNORKELL_CLIENT_ID }}
18
+ api_key: ${{ secrets.SNORKELL_API_KEY }}
19
+ branch_name: "master"
0 commit comments