Skip to content

Commit

Permalink
add ENV GITHUB_ACTIONS to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Oct 18, 2024
1 parent 1f11e93 commit 42b6c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
TEST_LOCAL_CODEGEN: "true"
RUN_INTEGRATION_TESTS: "true"
GITHUB_ACTIONS: "true"
CODEGEN_MAINNET_API_KEY: ${{ secrets.CODEGEN_MAINNET_API_KEY }}
REGISTRY: ghcr.io
steps:
Expand Down

0 comments on commit 42b6c8f

Please sign in to comment.