mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-23 21:47:16 +01:00
* NOTE: the release workflows' new handling of secrets may be a breaking change for forks that are using any secrets other than GPG_SIGNING_KEY or ARCHIVE_REPO_TOKEN. Previously, the release workflow would try to resolve a token secret name based on the `target` or `source` input, e.g. NIGHTLY_ARCHIVE_REPO_TOKEN or CUSTOM_ARCHIVE_REPO_TOKEN, and then fall back to using the ARCHIVE_REPO_TOKEN secret if the resolved token secret name was not found in the repository. This behavior has been replaced by the release workflow always using the ARCHIVE_REPO_TOKEN secret as the token for publishing releases to any external archive repository. * Add zizmor CI job for auditing workflows * Pin all actions to commit hashes instead of symbolic references * Explicitly set GITHUB_TOKEN permissions at the job level * Use actions/checkout with `persist-credentials: false` whenever possible * Remove/replace template expansions in workflow scripts * Remove all usage of actions/cache from build/release workflows * Remove the cache-warmer.yml workflow * Remove the unused download.yml workflow * Set concurrency limits for any workflows that are triggered by PRs * Avoid loading the entire secrets context * Replace usage of `secrets: inherit` with explicit `secrets:` blocks * Pin all external docker images to hash that are used by the build workflow * Explicitly set `shell: bash` for some steps to avoid pwsh or set pipefail * Ensure any pwsh steps will fail on non-zero exit codes Authored by: bashonly |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bash-completion.in | ||
| bash-completion.py | ||
| changelog_override.json | ||
| changelog_override.schema.json | ||
| check-porn.py | ||
| cli_to_api.py | ||
| fish-completion.in | ||
| fish-completion.py | ||
| generate_aes_testdata.py | ||
| generate_third_party_licenses.py | ||
| install_deps.py | ||
| lazy_load_template.py | ||
| logo.ico | ||
| make_changelog.py | ||
| make_contributing.py | ||
| make_issue_template.py | ||
| make_lazy_extractors.py | ||
| make_readme.py | ||
| make_supportedsites.py | ||
| prepare_manpage.py | ||
| run_tests.py | ||
| set-variant.py | ||
| setup_variables.py | ||
| setup_variables_tests.py | ||
| tomlparse.py | ||
| update-version.py | ||
| update_changelog.py | ||
| update_ejs.py | ||
| utils.py | ||
| zsh-completion.in | ||
| zsh-completion.py | ||