Skip to content

Commit

Permalink
Update custom-ox.sh
Browse files Browse the repository at this point in the history
adding required input env vars
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent 0242708 commit d79c069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/custom-ox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Add sleep before the ox action
sleep 1201

# Set required params
GITHUB_REPOSITORY_ID=579615061
GITHUB_REPOSITORY_URL="git://github.com/aaronhmiller/crud-app.git"

# Run the actual checkout action
sh -c "/usr/bin/docker run --name oxsecurityoxblockmodelatest_6ff9a5 --label f45b78 --workdir /github/workspace --rm \
-e INPUT_OX_API_KEY \
Expand Down

0 comments on commit d79c069

Please sign in to comment.