Skip to content

fix: move v3 api url into config/runtime.exs #914

fix: move v3 api url into config/runtime.exs

fix: move v3 api url into config/runtime.exs #914

Workflow file for this run

name: Move Asana ticket after PR opened
on:
pull_request:
types: [opened, reopened]
jobs:
move-asana-ticket-job:
runs-on: ubuntu-latest
steps:
- name: Github-Asana action from Insurify
uses: insurify/[email protected]
with:
asana-pat: ${{ secrets.ASANA_SECRET_FOR_INSURIFY_ACTION }}
trigger-phrase: "\\*\\*Asana task\\*\\*:"
targets: '[{"project": "Screens Dev - Sprint", "section": "In Review"}]'
create-asana-attachment-job:
if: contains(github.event.pull_request.body, 'https://app.asana.com')
runs-on: ubuntu-latest
name: Create pull request attachments on Asana tasks
steps:
- name: Create pull request attachments
uses: Asana/[email protected]
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_GITHUB_INTEGRATION_SECRET }}
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"