diff --git a/.github/workflows/build-and-copy-plextv-spec.yml b/.github/workflows/build-and-copy-plextv-spec.yml index 792a44f9..234afec9 100644 --- a/.github/workflows/build-and-copy-plextv-spec.yml +++ b/.github/workflows/build-and-copy-plextv-spec.yml @@ -26,16 +26,16 @@ jobs: run: | swagger-cli bundle --dereference plextv/plextv-spec.yaml -t yaml -o plex-tv-spec-dereferenced.yaml - - name: Pushes Dereferenced Specification File - uses: dmnemec/copy_file_to_another_repo_action@main - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source_file: plex-tv-spec-dereferenced.yaml - destination_repo: lukehagar/plex-docs - destination_folder: static - user_email: lukeslakemail@gmail.com - user_name: lukehagar - commit_message: Updating PlexTV Spec + # - name: Pushes Dereferenced Specification File + # uses: dmnemec/copy_file_to_another_repo_action@main + # env: + # API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + # with: + # source_file: plex-tv-spec-dereferenced.yaml + # destination_repo: lukehagar/plex-docs + # destination_folder: static + # user_email: lukeslakemail@gmail.com + # user_name: lukehagar + # commit_message: Updating PlexTV Spec - uses: stefanzweifel/git-auto-commit-action@v4 diff --git a/.github/workflows/build-and-copy-pms-spec.yml b/.github/workflows/build-and-copy-pms-spec.yml index fbf012f2..ad3cd11d 100644 --- a/.github/workflows/build-and-copy-pms-spec.yml +++ b/.github/workflows/build-and-copy-pms-spec.yml @@ -26,16 +26,16 @@ jobs: run: | swagger-cli bundle --dereference pms/pms-spec.yaml -t yaml -o plex-media-server-spec-dereferenced.yaml - - name: Pushes Dereferenced Specification File - uses: dmnemec/copy_file_to_another_repo_action@main - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source_file: plex-media-server-spec-dereferenced.yaml - destination_repo: lukehagar/plex-docs - destination_folder: static - user_email: lukeslakemail@gmail.com - user_name: lukehagar - commit_message: Updating PMS Spec + # - name: Pushes Dereferenced Specification File + # uses: dmnemec/copy_file_to_another_repo_action@main + # env: + # API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + # with: + # source_file: plex-media-server-spec-dereferenced.yaml + # destination_repo: lukehagar/plex-docs + # destination_folder: static + # user_email: lukeslakemail@gmail.com + # user_name: lukehagar + # commit_message: Updating PMS Spec - uses: stefanzweifel/git-auto-commit-action@v4