Skip to content

Commit

Permalink
update env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVanMourik committed Jan 12, 2024
1 parent ce62b84 commit cd57081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ inputs:
runs:
using: "docker"
image: "Dockerfile"
env:
KEYCLOAK_URL: ${{ inputs.keycloak-url }}"
KEYCLOAK_USER: ${{ inputs.keycloak-user }}"
KEYCLOAK_PASSWORD: ${{ inputs.keycloak-password }}"
IMPORT_FILES: ${{ inputs.import-files }}"
5 changes: 0 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/bin/bash
set -e

export KEYCLOAK_URL=${INPUT_KEYCLOAK-URL}
export KEYCLOAK_USER=${INPUT_KEYCLOAK-USER}
export KEYCLOAK_PASSWORD=${INPUT_KEYCLOAK-PASSWORD}
export IMPORT_FILES=${INPUT_IMPORT-FILES}

java $JAVA_OPTS -jar /app/keycloak-config-cli.jar $0 $@

0 comments on commit cd57081

Please sign in to comment.