mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-12 06:00:56 +00:00
.
This commit is contained in:
parent
f767455583
commit
152d0f66cd
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
env:
|
||||
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: curl -H "Authorization: Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip
|
||||
run: curl -H "Authorization:\ Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip
|
||||
- name: SHA Zipped Artifact
|
||||
run: shasum -a 256 Secretive.zip
|
||||
- name: Notarize
|
||||
|
Loading…
Reference in New Issue
Block a user