This is an automated email from the ASF dual-hosted git repository. rantunes pushed a commit to branch jit-executor-10 in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
commit 99028c5957a8c6fd17ff89557ab52449de4e17f2 Author: Rodrigo Antunes <[email protected]> AuthorDate: Tue Aug 27 08:53:02 2024 -0300 Fix jit-executor-rc workflow --- .github/workflows/publish-jitexecutor-native-rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml b/.github/workflows/publish-jitexecutor-native-rc.yml index a5cb5a12d..e028f3fd4 100644 --- a/.github/workflows/publish-jitexecutor-native-rc.yml +++ b/.github/workflows/publish-jitexecutor-native-rc.yml @@ -51,7 +51,7 @@ jobs: maven-version: 3.9.6 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549 with: gpg_private_key: ${{ secrets.GPG_KEY }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
