Update .github/workflows/add-asana-comment.yml

This commit is contained in:
freckle-automation-app[bot] 2024-12-16 19:52:01 +00:00 committed by GitHub
parent e79d174821
commit 5517575bb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.github/workflows/add-asana-comment.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Asana
on:
pull_request:
types: [opened]
jobs:
link-asana-task:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: Asana/create-app-attachment-github-action@v1.3
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"