From df1afaba54ac5e77d49a6bba25b5fde41a885fba Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 3 Sep 2025 01:37:09 -0700 Subject: [PATCH] Add permissions to nightly --- .github/workflows/nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c15b877..47bfcaa 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -9,6 +9,10 @@ jobs: build: # runs-on: macOS-latest runs-on: macos-15 + permissions: + id-token: write + contents: write + attestations: write timeout-minutes: 10 steps: - uses: actions/checkout@v5