Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into INT-9642-bump-public-sdk-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ferrero committed Oct 6, 2023
2 parents 21d0bec + c636315 commit e2f4612
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
MANAGED_QUESTIONS_JUPITERONE_API_KEY:
${{ secrets.MANAGED_QUESTIONS_JUPITERONE_API_KEY }}
run:
yarn --cwd source j1-integration validate-question-file --frozen-lockfile -a
$MANAGED_QUESTIONS_JUPITERONE_ACCOUNT_ID -k
$MANAGED_QUESTIONS_JUPITERONE_API_KEY -p
../target/jupiterone/questions/questions.yaml
yarn --cwd source
j1-integration validate-question-file
-a $MANAGED_QUESTIONS_JUPITERONE_ACCOUNT_ID
-k $MANAGED_QUESTIONS_JUPITERONE_API_KEY
-p ../target/jupiterone/questions/questions.yaml

0 comments on commit e2f4612

Please sign in to comment.