Skip to content

Commit 8a8c28d

Browse files
Update .github/workflows/add-asana-comment.yml
1 parent 7f8e8e7 commit 8a8c28d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Asana
2+
3+
on:
4+
pull_request:
5+
types: [opened]
6+
7+
jobs:
8+
link-asana-task:
9+
if: ${{ github.actor != 'dependabot[bot]' }}
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: Asana/[email protected]
13+
id: postAttachment
14+
with:
15+
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
16+
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"

0 commit comments

Comments
 (0)