Skip to content

Commit

Permalink
fix broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AStox committed Apr 15, 2024
1 parent 2d072af commit ee89964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:
env:
SPHINX_API_KEY: ${{ secrets.SPHINX_API_KEY }}
ONFINALITY_API_KEY: ${{ secrets.ONFINALITY_API_KEY }}
ADMIN: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f
PAUSERS: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f
AXELAR_GATEWAY: 0xe432150cce91c13a887f7D836923d5597adD8E31
ADMIN: "0x423420Ae467df6e90291fd0252c0A8a637C1e03f"
PAUSERS: "0x423420Ae467df6e90291fd0252c0A8a637C1e03f"
AXELAR_GATEWAY: "0xe432150cce91c13a887f7D836923d5597adD8E31"

# slither-analyze:
# runs-on: "ubuntu-latest"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "Deploy"
env:
SPHINX_API_KEY: ${{ secrets.SPHINX_API_KEY }}
ONFINALITY_API_KEY: ${{ secrets.ONFINALITY_API_KEY }}
ADMIN: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f
PAUSERS: 0x423420Ae467df6e90291fd0252c0A8a637C1e03f
AXELAR_GATEWAY: 0xe432150cce91c13a887f7D836923d5597adD8E31
ADMIN: "0x423420Ae467df6e90291fd0252c0A8a637C1e03f"
PAUSERS: "0x423420Ae467df6e90291fd0252c0A8a637C1e03f"
AXELAR_GATEWAY: "0xe432150cce91c13a887f7D836923d5597adD8E31"

on:
push:
Expand Down

0 comments on commit ee89964

Please sign in to comment.