From 7768cbe05bbb2a7670138b83051bd4258d5d43dc Mon Sep 17 00:00:00 2001 From: hemant10yadav Date: Tue, 31 Dec 2024 10:32:48 +0530 Subject: [PATCH] added permission --- .github/workflows/deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ce5c24f..e596255 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -5,6 +5,9 @@ on: branches: - main +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest @@ -21,7 +24,7 @@ jobs: - name: Install dependencies run: | npm install - npm install -g @angular/cli # Add this line to install Angular CLI globally + npm install -g @angular/cli - name: Build the Angular app run: ng build --configuration=production --base-href="https://hemant10yadav.github.io/book-store/"