Skip to content

Commit

Permalink
snorkell_ai/config_a1ea9
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
penify-dev[bot] committed Mar 8, 2024
1 parent 9bb1b67 commit f7c5006
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/snorkell-auto-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This workflow will improvise current file with AI genereated documentation and Create new PR

name: Snorkell.ai - Revolutionizing Documentation on GitHub

on:
push:
branches: ["develop"]
workflow_dispatch:

jobs:
Documentation:
runs-on: ubuntu-latest
steps:
- name: Snorkell DocGen Client
uses: SingularityX-ai/snorkell-documentation-client@v1.0.0
with:
client_id: ${{ secrets.SNORKELL_CLIENT_ID }}
api_key: ${{ secrets.SNORKELL_API_KEY }}
branch_name: "develop"

0 comments on commit f7c5006

Please sign in to comment.