kopia lustrzana https://github.com/vilemduha/blendercam
rodzic
9050114782
commit
0fc9b74882
|
@ -0,0 +1,19 @@
|
|||
# This workflow will improvise current file with AI genereated documentation and Create new PR
|
||||
|
||||
name: Penify - Revolutionizing Documentation on GitHub
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Documentation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Penify 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: "master"
|
Ładowanie…
Reference in New Issue