Skip to content

Handle undefined error message in TestActionSection component (#1479) #363

Handle undefined error message in TestActionSection component (#1479)

Handle undefined error message in TestActionSection component (#1479) #363

Workflow file for this run

name: Trigger sync
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository == 'openops-cloud/openops'
steps:
- name: Get token from Github App
id: app_token
uses: actions/[email protected]
with:
app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }}
private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }}
owner: ${{ github.repository_owner }}
- name: Trigger sync
env:
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}
run: |
gh workflow run sync.yml -f ref=${{ github.sha }} -R openops-cloud/openops-internal