From 8ad7dc6002c29b07677147b2696efa5270230137 Mon Sep 17 00:00:00 2001 From: Enguerrand Allamel Date: Sat, 3 Aug 2024 13:51:10 +0200 Subject: [PATCH] chore: Add mnaifest file and retrigger --- .github/release-please-manifest.json | 0 .github/workflows/release.yaml | 1 + actions/jfrog-upload/action.yaml | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/release-please-manifest.json diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19f8fa6..6d17881 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,4 +57,5 @@ jobs: with: token: ${{ steps.ghapp-cybersecurity-ci.outputs.token }} config-file: .github/release-please-config.json + manifest-file: .github/release-please-manifest.json path: ${{ matrix.component }} \ No newline at end of file diff --git a/actions/jfrog-upload/action.yaml b/actions/jfrog-upload/action.yaml index 80d777f..508d949 100644 --- a/actions/jfrog-upload/action.yaml +++ b/actions/jfrog-upload/action.yaml @@ -19,7 +19,7 @@ runs: JF_URL: "https://artifactory.ledgerlabs.net" with: oidc-provider-name: github - oidc-audience: artifactory-test-5 + oidc-audience: artifactory-test-6 - run: | jfrog rt u ${{ inputs.path }} ${{ inputs.artifactory_repository}} shell: bash \ No newline at end of file