Skip to content

Commit 2c778ff

Browse files
committed
Rename job IDs and add FIRECRAWL_API_KEY env to research workflow
1 parent 3606d18 commit 2c778ff

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/copilot-ci-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [completed]
55

66
jobs:
7-
on-failure:
7+
ci-failure:
88
runs-on: ubuntu-latest
99
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
1010
steps:

.github/workflows/copilot-research.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ on:
33
types: [opened, edited, reopened]
44

55
jobs:
6-
on-failure:
6+
research:
77
runs-on: ubuntu-latest
88
if: ${{ github.event.issue.state == 'open' && contains(github.event.issue.title, 'Research') }}
99
steps:
1010
- uses: austenstone/copilot-cli-actions@main
11+
env:
12+
FIRECRAWL_API_KEY: ${{ secrets.FIRECRAWL_API_KEY }}
1113
with:
1214
github-token: ${{ secrets.PAT }}
1315
mcp-config: |

0 commit comments

Comments
 (0)