diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-18 12:23:43 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-18 12:23:43 -0400 |
| commit | a5d318c794718d03cc4bd330c9d0fdde1a31f1b6 (patch) | |
| tree | 72bcd2b0cd13af328477e9ef9f21fd318eae556c /.github | |
| parent | e18b447c35d57f029109ef2e493a11a0ea1ff4c8 (diff) | |
Fix workflow permissions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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 |
