summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-07-18 12:23:43 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-07-18 12:23:43 -0400
commita5d318c794718d03cc4bd330c9d0fdde1a31f1b6 (patch)
tree72bcd2b0cd13af328477e9ef9f21fd318eae556c /.github
parente18b447c35d57f029109ef2e493a11a0ea1ff4c8 (diff)
Fix workflow permissions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3bc91f27..031ea68d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,6 +4,10 @@ on:
push:
pull_request:
+permissions:
+ pages: write
+ id-token: write
+
jobs:
build:
runs-on: ubuntu-latest