From d6a796fe5a6edcd1c5c75726b6a3304ce5058852 Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Sat, 19 Apr 2025 09:48:22 -0500 Subject: [PATCH] Feature/15 move app to azure storage cdn (#17) * Moving app to azure storage * Moving app to azure storage * Moving app to azure storage * Moving app to azure storage * Moving app to azure storage * Moving app to azure storage --- .github/workflows/app_build_deploy.yaml | 4 ++++ app/src/components/projects/Projects.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app_build_deploy.yaml b/.github/workflows/app_build_deploy.yaml index 9ea8640..322393d 100644 --- a/.github/workflows/app_build_deploy.yaml +++ b/.github/workflows/app_build_deploy.yaml @@ -15,6 +15,10 @@ env: VITE_TENANT_ID: ${{ vars.VITE_TENANT_ID }} VITE_REDIRECT_URL: ${{ vars.VITE_REDIRECT_URL }} +permissions: + id-token: write + contents: read + jobs: build: runs-on: ubuntu-latest diff --git a/app/src/components/projects/Projects.tsx b/app/src/components/projects/Projects.tsx index 5a9ceeb..6198d82 100644 --- a/app/src/components/projects/Projects.tsx +++ b/app/src/components/projects/Projects.tsx @@ -233,7 +233,7 @@ const Projects = () => { - Loading... + Loading projects... )}