mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-20 03:10:57 +00:00
Add permissions to nightly
This commit is contained in:
parent
cbef7c6181
commit
df1afaba54
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -9,6 +9,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
# runs-on: macOS-latest
|
# runs-on: macOS-latest
|
||||||
runs-on: macos-15
|
runs-on: macos-15
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: write
|
||||||
|
attestations: write
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user