Skip to content

Commit

Permalink
VRF-663: fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iljapavlovs committed Oct 21, 2023
1 parent 2ec15f8 commit eeeaada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-demand-vrfv2plus-load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:
required: false
default: false
configBase64:
description: TOML config in base64 (Needed when overriding config or providing contract addresses for exisiting env)
description: TOML config in base64 (Needed when overriding config or providing contract addresses for existing env)
required: false
jobs:
vrfv2plus_load_test:
Expand All @@ -72,7 +72,7 @@ jobs:
LOKI_URL: ${{ secrets.LOKI_URL }}
LOKI_TOKEN: ${{ secrets.LOKI_TOKEN }}
SELECTED_NETWORKS: ${{ inputs.network }}
VRFV2PLUS_TEST_TYPE: ${{ inputs.performanceTestType }}
TEST_TYPE: ${{ inputs.performanceTestType }}
VRFV2PLUS_TEST_DURATION: ${{ inputs.testDuration }}
VRFV2PLUS_USE_EXISTING_ENV: ${{ inputs.useExistingEnv }}
CONFIG: ${{ inputs.configBase64 }}
Expand Down

0 comments on commit eeeaada

Please sign in to comment.