Skip to content

Commit

Permalink
fix(monitor): fixing ci working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kaddal committed Sep 26, 2024
1 parent fdec021 commit 65e5a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protocol-monitors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Protocol
name: Monitors

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: Deploy Monitors on OZ Defender
working-directory: ./packages/monitors/defender/mainnet
working-directory: packages/monitors/defender/mainnet
env:
SERVERLESS_API_KEY: ${{ secrets.DEFENDER_API_KEY }}
SERVERLESS_API_SECRET: ${{ secrets.DEFENDER_API_SECRET }}
Expand Down

0 comments on commit 65e5a0e

Please sign in to comment.