Skip to content

Commit

Permalink
add timestamp url to build check
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 21, 2024
1 parent cf02c3f commit 900a88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beta_build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
REACT_APP_CLIENT_TOKEN: ${{ secrets.CLIENT_TOKEN }}
REACT_APP_COMBAT_API_URL: "https://bff.apps.7cav.us/roster/combat"
REACT_APP_RESERVE_API_URL: "https://bff.apps.7cav.us/roster/reserve"
REACT_APP_CACHE_TIMESTAMP_URL: "http://localhost:4000/cache-timestamp"

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 900a88e

Please sign in to comment.