Skip to content

chore: rm custom GH actions runner #69

chore: rm custom GH actions runner

chore: rm custom GH actions runner #69

Workflow file for this run

name: Asana
on:
issues:
types: [opened, closed, edited]
pull_request:
types: [opened, closed, edited]
jobs:
link:
name: Link
runs-on: ubuntu-latest
steps:
- name: Asana Github Link
uses: ExodusMovement/[email protected]
with:
asana_token: ${{ secrets.ASANA_TOKEN }}
workspace: ${{ secrets.ASANA_WORKSPACE_ID }}
github_token: ${{ secrets.GITHUB_TOKEN }}