Fix workflow permissions

This commit is contained in:
Dhinak G
2024-09-15 14:32:11 -04:00
parent 37ff4f70e7
commit 67006be28a
+10 -2
View File
@@ -1,10 +1,18 @@
name: CI - Build Site name: CI - Build Site
on: on:
push: push:
branches-ignore:
- gh-pages
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs: jobs:
build: build:
name: Build Site and Deploy name: Build Site and Deploy