Skip to content

Commit

Permalink
Fix CI tests 'vars' value
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Jan 5, 2025
1 parent 33f766f commit 8c84c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
GRADLE_OPTS: -Dorg.gradle.daemon=false
CI: true
JFROG_CLI_LOG_LEVEL: DEBUG
JFROG_SECURITY_CLI_TESTS_JFROG_PLATFORM_PROJECT_KEY: ${{ var.JFROG_TEST_PROJECT_KEY }}
JFROG_SECURITY_CLI_TESTS_JFROG_PLATFORM_PROJECT_KEY: ${{ vars.JFROG_TEST_PROJECT_KEY }}

jobs:
Pretest:
Expand Down

0 comments on commit 8c84c85

Please sign in to comment.