From 74df464ca9fc020620dbe6bc1e1cfd7717990919 Mon Sep 17 00:00:00 2001 From: Workleap Date: Mon, 17 Feb 2025 12:10:06 -0500 Subject: [PATCH] hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in github. (#130) * TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap * TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows * TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows * TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows --------- Co-authored-by: Mikael Nadeau --- .github/workflows/jira.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/semgrep.yml | 2 +- README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index f859b63..a85971b 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -7,7 +7,7 @@ on: jobs: call-workflow-jira: - uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main + uses: workleap/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main with: branch_name: ${{ github.head_ref }} secrets: inherit diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ebd4994..0043950 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: linearb: needs: [publish] - uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main + uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main with: environment: 'release' secrets: inherit diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 5d2dabf..b323fe5 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -12,4 +12,4 @@ jobs: permissions: contents: read security-events: write - uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main + uses: workleap/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main diff --git a/README.md b/README.md index 706d01c..3a7a31e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ | Description | Download link | Build status | |-------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Client-side library for any .NET application | [![nuget](https://img.shields.io/nuget/v/Workleap.Extensions.Http.Authentication.ClientCredentialsGrant.svg?logo=nuget)](https://www.nuget.org/packages/Workleap.Extensions.Http.Authentication.ClientCredentialsGrant/) | [![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/wl-authentication-clientcredentialsgrant/publish.yml?logo=github&branch=main)](https://github.com/gsoft-inc/wl-authentication-clientcredentialsgrant/actions/workflows/publish.yml) | -| Server-side library for ASP.NET Core web applications | [![nuget](https://img.shields.io/nuget/v/Workleap.AspNetCore.Authentication.ClientCredentialsGrant.svg?logo=nuget)](https://www.nuget.org/packages/Workleap.AspNetCore.Authentication.ClientCredentialsGrant/) | [![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/wl-authentication-clientcredentialsgrant/publish.yml?logo=github&branch=main)](https://github.com/gsoft-inc/wl-authentication-clientcredentialsgrant/actions/workflows/publish.yml) | +| Client-side library for any .NET application | [![nuget](https://img.shields.io/nuget/v/Workleap.Extensions.Http.Authentication.ClientCredentialsGrant.svg?logo=nuget)](https://www.nuget.org/packages/Workleap.Extensions.Http.Authentication.ClientCredentialsGrant/) | [![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/wl-authentication-clientcredentialsgrant/publish.yml?logo=github&branch=main)](https://github.com/workleap/wl-authentication-clientcredentialsgrant/actions/workflows/publish.yml) | +| Server-side library for ASP.NET Core web applications | [![nuget](https://img.shields.io/nuget/v/Workleap.AspNetCore.Authentication.ClientCredentialsGrant.svg?logo=nuget)](https://www.nuget.org/packages/Workleap.AspNetCore.Authentication.ClientCredentialsGrant/) | [![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/wl-authentication-clientcredentialsgrant/publish.yml?logo=github&branch=main)](https://github.com/workleap/wl-authentication-clientcredentialsgrant/actions/workflows/publish.yml) | This set of two libraries enables **authenticated machine-to-machine HTTP communication** between a .NET application and an ASP.NET Core web application. HTTP requests are authenticated with JSON web tokens (JWT) **issued by an OAuth 2.0 authorization server** using [the client credentials grant flow](https://www.rfc-editor.org/rfc/rfc6749#section-4.4). @@ -237,4 +237,4 @@ When you are ready to **officially release** a stable NuGet package by following ## License -Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE. \ No newline at end of file +Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE. \ No newline at end of file