diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84b04c29..6fa91930 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: release-and-push: name: Release And Push runs-on: ubuntu-latest - if: github.repository == 'casdoor/casdoor' && github.event_name == 'push' + if: github.repository == 'casbin/casdoor' && github.event_name == 'push' needs: [ frontend, backend, linter, e2e ] steps: - name: Checkout @@ -184,14 +184,14 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v1 - if: github.repository == 'casdoor/casdoor' && github.event_name == 'push' && steps.should_push.outputs.push=='true' + if: github.repository == 'casbin/casdoor' && github.event_name == 'push' && steps.should_push.outputs.push=='true' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Push to Docker Hub uses: docker/build-push-action@v3 - if: github.repository == 'casdoor/casdoor' && github.event_name == 'push' && steps.should_push.outputs.push=='true' + if: github.repository == 'casbin/casdoor' && github.event_name == 'push' && steps.should_push.outputs.push=='true' with: context: . target: STANDARD @@ -201,7 +201,7 @@ jobs: - name: Push All In One Version to Docker Hub uses: docker/build-push-action@v3 - if: github.repository == 'casdoor/casdoor' && github.event_name == 'push' && steps.should_push.outputs.push=='true' + if: github.repository == 'casbin/casdoor' && github.event_name == 'push' && steps.should_push.outputs.push=='true' with: context: . target: ALLINONE diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 12199177..67443831 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -7,7 +7,7 @@ on: jobs: synchronize-with-crowdin: runs-on: ubuntu-latest - if: github.repository == 'casdoor/casdoor' && github.event_name == 'push' + if: github.repository == 'casbin/casdoor' && github.event_name == 'push' steps: - name: Checkout diff --git a/README.md b/README.md index f5cdd084..bccc73d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

📦⚡️ Casdoor

-

A UI-first centralized authentication / Single-Sign-On (SSO) platform based on OAuth 2.0 / OIDC.

+

An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA and RADIUS

semantic-release