Fix workflow permissions

This commit is contained in:
Dhinak G
2024-09-15 14:32:11 -04:00
parent 37ff4f70e7
commit 67006be28a

View File

@@ -1,10 +1,18 @@
name: CI - Build Site
on:
push:
branches-ignore:
- gh-pages
workflow_dispatch:
pull_request:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
name: Build Site and Deploy