From a69822f8301161b700b22bffc62c35bc64065107 Mon Sep 17 00:00:00 2001 From: Suraj Pai Date: Tue, 12 Nov 2024 18:33:53 -0500 Subject: [PATCH 1/2] Delete .github/workflows/snorkell-auto-documentation.yml --- .../workflows/snorkell-auto-documentation.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/snorkell-auto-documentation.yml diff --git a/.github/workflows/snorkell-auto-documentation.yml b/.github/workflows/snorkell-auto-documentation.yml deleted file mode 100644 index 935a605..0000000 --- a/.github/workflows/snorkell-auto-documentation.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow will improvise current file with AI genereated documentation and Create new PR - -name: Snorkell.ai - Revolutionizing Documentation on GitHub - -on: - push: - branches: ["master"] - 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: "master" \ No newline at end of file From 54ec1831aa77934e6165110133817f85d446d908 Mon Sep 17 00:00:00 2001 From: Suraj Pai Date: Tue, 12 Nov 2024 18:34:22 -0500 Subject: [PATCH 2/2] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b30ca13..b15e899 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Auto Publish on: push: branches: - - main + - master jobs: build: @@ -40,4 +40,4 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN }}