chore(deps): bump ExodusMovement/lerna-release-action from 6dc016246588346b8181638a1c093d8c8e14c7f8 to 894ece0b0af21a5d4d1ed12d0a637142ced675ab #560
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Asana | |
on: | |
issues: | |
types: [opened, closed, edited] | |
pull_request: | |
types: [opened, closed, edited] | |
permissions: {} | |
jobs: | |
link: | |
name: Link | |
runs-on: ubuntu-latest | |
steps: | |
- name: Asana Github Link | |
uses: ExodusMovement/asana-actions@e0e7c1f890fdeac81d502fc29a4562e1cefa40cc # 4.3.0 | |
with: | |
asana_token: ${{ secrets.ASANA_TOKEN }} | |
workspace: ${{ secrets.ASANA_WORKSPACE_ID }} | |
github_token: ${{ secrets.GITHUB_TOKEN }} |