Skip to content

Commit

Permalink
Change dev cdn to an environment variable
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Chang <changml@amazon.com>
  • Loading branch information
amzn-changml committed Sep 26, 2023
1 parent cbbc755 commit afd43af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
env:
O3DE_REPO_PATH: o3de
DEV_CDN: https://d1gg6ket0m44ly.cloudfront.net
DEV_CDN: ${{ vars.DEV_CDN }} # Change this to use your own endpoint
UPLOADED_FILES: "${{ needs.deploy-dev.outputs.filelist }}"

steps:
Expand Down

0 comments on commit afd43af

Please sign in to comment.