Enable OIDC by default (#432)

* Enable OIDC by default
This commit is contained in:
Jonas Plum
2022-09-30 21:27:43 +02:00
committed by GitHub
parent 3f6cd5b366
commit 2a6183b368
4 changed files with 2959 additions and 3080 deletions

View File

@@ -97,7 +97,7 @@ jobs:
strategy:
matrix:
test: [ tickets, templates, playbooks ]
auth: [ simple, keycloak ]
auth: [ keycloak ] # simple
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -228,7 +228,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Version
if: github.ref != ''
if: github.ref_type == 'tag' && github.ref_name != ''
run: |
echo ${{ github.ref_name }}
echo ${{ github.ref_name }} > VERSION