diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 06ec1f1..8861041 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -25,7 +25,7 @@ jobs: JF_URL: https://${{ vars.JF_URL }}/ JF_PROJECT: ${{ vars.JF_PROJECT }} with: - oidc-provider-name: jfrog-github-oidc + oidc-provider-name: github-oidc-integration - name: Checkout the repository uses: actions/checkout@v4 diff --git a/.github/workflows/frogbot-scan-and-fix.yml b/.github/workflows/frogbot-scan-and-fix.yml index f34595c..459229a 100644 --- a/.github/workflows/frogbot-scan-and-fix.yml +++ b/.github/workflows/frogbot-scan-and-fix.yml @@ -30,7 +30,7 @@ jobs: - uses: jfrog/frogbot@v2 with: - oidc-provider-name: jfrog-github-oidc + oidc-provider-name: github-oidc-integration env: # [Mandatory if the two conditions below are met] # 1. The project uses npm, yarn 2, NuGet or .NET to download its dependencies diff --git a/.github/workflows/frogbot-scan-pr.yml b/.github/workflows/frogbot-scan-pr.yml index fc3f6ab..da7b6c5 100644 --- a/.github/workflows/frogbot-scan-pr.yml +++ b/.github/workflows/frogbot-scan-pr.yml @@ -35,7 +35,7 @@ jobs: - uses: jfrog/frogbot@v2 with: - oidc-provider-name: jfrog-github-oidc + oidc-provider-name: github-oidc-integration env: JFROG_CLI_LOG_LEVEL: DEBUG # [Mandatory if the two conditions below are met] diff --git a/README.md b/README.md index bb3a367..aaede59 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# jfrog-github-example \ No newline at end of file +# jfrog-github-example-test-2