This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch update-action in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6cfcc039031e32c9a1d48852c5ce40116203cdcc Author: Vitaly Terentyev <[email protected]> AuthorDate: Fri Sep 12 16:44:25 2025 +0400 Update import gpg action --- .github/workflows/build_release_candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_candidate.yml b/.github/workflows/build_release_candidate.yml index 1e2856eee0c..b74614e4848 100644 --- a/.github/workflows/build_release_candidate.yml +++ b/.github/workflows/build_release_candidate.yml @@ -74,7 +74,7 @@ jobs: 11 - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549 + uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - name: Auth for nexus
