mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-12 06:00:56 +00:00
Auth.
This commit is contained in:
parent
cb0f7687b6
commit
f767455583
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@ -42,13 +42,14 @@ jobs:
|
|||||||
id: upload
|
id: upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Secretive.zip
|
name: Secretive
|
||||||
path: Artifact
|
path: Artifact
|
||||||
- name: Download Zipped Artifact
|
- name: Download Zipped Artifact
|
||||||
id: download
|
id: download
|
||||||
env:
|
env:
|
||||||
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
|
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
|
||||||
run: curl -L $ZIP_URL > Secretive.zip
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: curl -H "Authorization: Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip
|
||||||
- name: SHA Zipped Artifact
|
- name: SHA Zipped Artifact
|
||||||
run: shasum -a 256 Secretive.zip
|
run: shasum -a 256 Secretive.zip
|
||||||
- name: Notarize
|
- name: Notarize
|
||||||
|
Loading…
Reference in New Issue
Block a user