소스 검색

workflow: remove manual notification

Kamesh Sampath 3 년 전
부모
커밋
a736a4cf8b
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .github/workflows/site.yml

+ 0 - 5
.github/workflows/site.yml

@@ -38,9 +38,4 @@ jobs:
           publish_dir: "${{ env.SITE_DIR }}"
           publish_branch: "gh-pages"          
           full_commit_message: "[Release]${{ github.event.head_commit.message }}"
-      - name: "Notify Ansible Galaxy"
-        uses: distributhor/workflow-webhook@v2.0.2
-        env: 
-          webhook_url: "https://galaxy.ansible.com/api/v1/notifications/"
-          webhook_secret: "xxxx"