Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Sep 15, 2024
1 parent 37ff4f7 commit 67006be
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 67006be

Please sign in to comment.