Add permissions to nightly (#663)

* Add permissions to nightly

* Add archives
This commit is contained in:
Max Goedjen 2025-09-03 01:39:59 -07:00 committed by GitHub
parent cbef7c6181
commit 61eed5987c
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
@ -45,9 +49,14 @@ jobs:
id: attest
uses: actions/attest-build-provenance@v2
with:
subject-path: 'Secretive.zip'
subject-path: 'Secretive.zip, Xcode_Archive.zip'
- name: Upload App to Artifacts
uses: actions/upload-artifact@v4
with:
name: Secretive.zip
path: Secretive.zip
- name: Upload Archive to Artifacts
uses: actions/upload-artifact@v4
with:
name: Xcode_Archive.zip
path: Xcode_Archive.zip