From fe18402b7b82b97d71ed1e0566ea9fab4e4afcc4 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 27 Sep 2025 17:10:53 -0700 Subject: [PATCH] . --- .github/workflows/nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 11d0454..1d0e644 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,6 +12,7 @@ jobs: id-token: write contents: write attestations: write + actions: read timeout-minutes: 10 steps: - uses: actions/checkout@v5 @@ -50,7 +51,7 @@ jobs: ZIP_URL: ${{ steps.upload.outputs.artifact-url }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - curl -H "Authorization: Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip + curl -L -H "Authorization: Bearer $GITHUB_TOKEN" $ZIP_URL > Secretive.zip - name: SHA Zipped Artifact run: shasum -a 256 Secretive.zip - name: Notarize