diff --git a/.github/workflows/create-asana-attachment.yml b/.github/workflows/create-asana-attachment.yml deleted file mode 100644 index 853ce9bc..00000000 --- a/.github/workflows/create-asana-attachment.yml +++ /dev/null @@ -1,18 +0,0 @@ -on: - pull_request: - types: [opened, reopened] - -jobs: - create-asana-attachment-job: - runs-on: ubuntu-latest - name: Create pull request attachments on Asana tasks - steps: - - name: Create pull request attachments - uses: Asana/create-app-attachment-github-action@latest - id: postAttachment - with: - asana-secret: ${{ secrets.ASANA_SECRET }} - allowed-projects: | - 1206775682811314 - - name: Log output status - run: echo "Status is ${{ steps.postAttachment.outputs.status }}"