Skip to content

tst commit

tst commit #7140

Workflow file for this run

name: Trigger Force Merge
on:
issue_comment:
types: [created]
jobs:
call_force_merge:
uses: TykTechnologies/github-actions/.github/workflows/force-merge.yaml@d3fa20888fa2878e877e22bb7702141217290e7c # main

Check failure on line 9 in .github/workflows/force-merge.yaml

View workflow run for this annotation

GitHub Actions / Trigger Force Merge

Invalid workflow file

The workflow is not valid. .github/workflows/force-merge.yaml (Line: 9, Col: 11): Secret ADMIN_PAT is required, but not provided while calling. .github/workflows/force-merge.yaml (Line: 11, Col: 21): Invalid secret, PROBE_APP_ID is not defined in the referenced workflow.
secrets:
PROBE_APP_ID: ${{ secrets.PROBE_APP_ID }}
PROBE_APP_PRIVATE_KEY: ${{ secrets.PROBE_APP_PRIVATE_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.FORCE_MERGE_SLACK_WEBHOOK }}