Skip to content

Commit 6c720d7

Browse files
snorkell_ai/config_e4ff3
master
1 parent b0ac1a1 commit 6c720d7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
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: Snorkell.ai - 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: Snorkell 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: "master"

0 commit comments

Comments
 (0)