mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[build] Sign SHA files and release public key
Closes #6344 Authored by: Grub4K
This commit is contained in:
parent
77df20f14c
commit
12647e03d4
5 changed files with 56 additions and 1 deletions
2
.github/workflows/release-nightly.yml
vendored
2
.github/workflows/release-nightly.yml
vendored
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
packages: write # For package cache
|
||||
secrets:
|
||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||
|
||||
publish:
|
||||
needs: [prepare, build]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue