Skip to content

Commit

Permalink
Merge pull request Azure#66 from tanmaya-panda1/enhancement/added-kus…
Browse files Browse the repository at this point in the history
…to-headers

Enhancement/added kusto headers
  • Loading branch information
tanmaya-panda1 authored Feb 29, 2024
2 parents fb2bd8b + 304e275 commit ec3f3ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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"

0 comments on commit ec3f3ee

Please sign in to comment.