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...
>
)}