We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbdec9 commit decda24Copy full SHA for decda24
.github/workflows/integration-test.yml
@@ -43,7 +43,7 @@ jobs:
43
env:
44
SQS_ENVIRONMENTS: ${{ github.event.inputs.environment }}
45
SQS_API_KEY: ${{ secrets.SQS_API_KEY }}
46
- COINGECKO_API_KEY: ${{ secrets.COINGECKO_API_KEY }}
+ # COINGECKO_API_KEY: ${{ secrets.COINGECKO_API_KEY }}
47
48
scheduled_integration_test:
49
if: github.event_name == 'schedule'
0 commit comments