Skip to content

Integration tests app does not load CMS images #591

Integration tests app does not load CMS images

Integration tests app does not load CMS images #591

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
name: "Github-Asana bridge"
on:
issues:
types:
- labeled
jobs:
handle_issue:
runs-on: ubuntu-latest
name: "Trigger after specific GH label was added"
if: github.event.label.name == 'Asana'
steps:
- id: run-bridger
uses: mozmeao/asana-github-bridge/issue-handler@v1.1.1
with:
only-react-to: repo-org
ASANA_PAT: ${{ secrets.ASANA_PAT }}
ASANA_PROJECT: ${{ secrets.ASANA_PROJECT }}
REPO_TOKEN: ${{ secrets.ASANA_GITHUB_BRIDGE_TOKEN }}
TAG: v1.1.1