3 Commits

Author SHA1 Message Date
606e6042fd chore(deps): update workflow dependencies (minor & patch) (#47)
Some checks failed
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 47s
generate-chart / generate-chart-publish (push) Successful in 33s
generate-chart / release-gitea (push) Failing after 19s
2026-03-07 03:01:52 +00:00
396cf2fffa Merge pull request 'chore(deps): update https://github.com/crazy-max/ghaction-import-gpg action to v7' (#48) from renovate/https-github.com-crazy-max-ghaction-import-gpg-7.x into main
All checks were successful
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 45s
Reviewed-on: #48
2026-03-07 01:47:34 +00:00
195a0762a8 chore(deps): update https://github.com/crazy-max/ghaction-import-gpg action to v7
All checks were successful
commitlint / check-and-test (pull_request) Successful in 6s
check-and-test / check-and-test (pull_request) Successful in 47s
2026-03-07 01:05:29 +00:00

View File

@@ -48,7 +48,7 @@ jobs:
- name: Import GPG key - name: Import GPG key
id: import_gpg id: import_gpg
uses: https://github.com/crazy-max/ghaction-import-gpg@v6 uses: https://github.com/crazy-max/ghaction-import-gpg@v7
with: with:
gpg_private_key: ${{ secrets.GPGSIGN_KEY }} gpg_private_key: ${{ secrets.GPGSIGN_KEY }}
passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}