Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
Browse files Browse the repository at this point in the history
…ns-config-api-418
  • Loading branch information
pujavs committed Apr 12, 2022
2 parents 0324ed7 + 2ad0e23 commit a134adb
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/label_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
types:
- opened
- edited
- synchronize
issues:
types:
- opened
Expand All @@ -21,15 +20,6 @@ jobs:
- name: check out code
uses: actions/checkout@v3

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: ${{ secrets.MOAUTO_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MOAUTO_GPG_PRIVATE_KEY_PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true

- name: Setup Python 3.7
uses: actions/setup-python@v2.3.2
with:
Expand All @@ -52,7 +42,6 @@ jobs:
run: |
git config --global user.name "mo-auto"
git config --global user.email "54212639+mo-auto@users.noreply.github.com"
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
echo "${{ secrets.MOAUTO_WORKFLOW_TOKEN }}" > token.txt
gh auth login --with-token < token.txt
if [[ "${{github.event_name}}" == "issues" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center"><img src="https://github.com/JanssenProject/jans/blob/eea33ea5c7740244b45f7bb1893167cd3fb93903/docs/logo/janssen_project_transparent_630px_182px.png" alt="Janssen Project - cloud native identity and access management platform"></h1>
<h1 align="center"><img src="https://github.com/JanssenProject/jans/blob/main/docs/logo/janssen_project_transparent_630px_182px.png" alt="Janssen Project - cloud native identity and access management platform"></h1>

## Welcome to the Janssen Project

Expand Down
Binary file removed docs/logo/janssen_dove_icon.jpg
Binary file not shown.
Binary file added docs/logo/janssen_dove_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/logo/janssen_project.jpg
Binary file not shown.
Binary file added docs/logo/janssen_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/logo/janssen_project_favicon_transparent_50px_50px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/logo/janssen_project_icon.jpg
Binary file not shown.
Binary file added docs/logo/janssen_project_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/logo/janssen_project_transparent_630px_182px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/logo/janssen_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a134adb

Please sign in to comment.