Skip to content

Commit

Permalink
Create create-asana-attachment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pokabook authored Mar 7, 2024
1 parent c5a12a1 commit d75f432
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/create-asana-attachment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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: |
1206775229428904
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"

0 comments on commit d75f432

Please sign in to comment.