[build] Make secretstorage an optional dependency (#8585)

Authored by: bashonly
This commit is contained in:
bashonly
2023-11-15 17:31:32 -06:00
committed by GitHub
parent 15cb3528cb
commit 24f827875c
3 changed files with 4 additions and 5 deletions

View 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"