Add permissions to nightly

This commit is contained in:
Max Goedjen 2025-09-03 01:37:09 -07:00 committed by GitHub
parent cbef7c6181
commit df1afaba54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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