diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6ed1a20..75d8f46 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,6 +6,13 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + checks: write + pull-requests: write + actions: read + contents: read + deployments: read + security-events: write strategy: matrix: node-version: [18.x] @@ -45,4 +52,4 @@ jobs: AZURE_STORAGE_ACCOUNT_NAME: "kustotrenderclone" # The index document that you specify when you enable static website hosting, appears when users open the site and dont specify a specific file. AZURE_INDEX_DOCUMENT_NAME: "index.html" - FORCE_OVERWRITE: "true" + FORCE_OVERWRITE: "true" \ No newline at end of file