]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/release.yml
[build] Make `secretstorage` an optional dependency (#8585)
[yt-dlp.git] / .github / workflows / release.yml
index 6c59626eaad3cce5d9c23c21f524886319abfb8f..84e892ffe139ac3cc3999695ef7a97b186288aa1 100644 (file)
@@ -216,8 +216,8 @@ jobs:
         if: |
           !inputs.prerelease && env.target_repo == github.repository
         run: |
-          git config --global user.name github-actions
-          git config --global user.email github-actions@github.com
+          git config --global user.name "github-actions[bot]"
+          git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
           git add -u
           git commit -m "Release ${{ env.version }}" \
             -m "Created by: ${{ github.event.sender.login }}" -m ":ci skip all :ci run dl"