Skip to content

Commit

Permalink
Upgrade github_asana_bridge.yaml to latest version of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejalim committed Aug 14, 2023
1 parent 9687d39 commit 7067d42
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/github_asana_bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,8 @@ jobs:
name: "Trigger after specific GH label was added"
if: github.event.label.name == 'Asana'
steps:
- name: Check out bridger repository
uses: actions/checkout@v3
with:
repository: mozmeao/asana-github-bridge
ref: v1
path: ./.github/actions/bridger
- id: run-bridger
name: Build bridge to Asana
uses: ./.github/actions/bridger/.github/actions/issue_handler
uses: mozmeao/asana-github-bridge/issue-handler@v1.1
with:
only-react-to: repo-org
ASANA_PAT: ${{ secrets.ASANA_PAT }}
Expand Down

0 comments on commit 7067d42

Please sign in to comment.