Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert authored Jan 13, 2025
1 parent 7361172 commit 4bd9a70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ function run_action() {
# Default environment variables not subject to change by different tests
export INPUT_DEBUG=true
export INPUT_GITHUB_ACCESS_TOKEN=${GITHUB_ACCESS_TOKEN}
if [ -z "$INPUT_GITHUB_ACCESS_TOKEN" ]; then
INPUT_GITHUB_ACCESS_TOKEN=${GITHUB_TOKEN}
fi
#export INPUT_SPEAKEASY_VERSION="v1.240.0" # Uncomment to test specific versions otherwise uses latest
export GITHUB_SERVER_URL="https://github.com"
export GITHUB_REPOSITORY_OWNER="speakeasy-api"
Expand Down

0 comments on commit 4bd9a70

Please sign in to comment.