mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
10 lines
315 B
Bash
Executable File
10 lines
315 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
mkdir -p $HOME/target/test
|
|
|
|
|
|
# Decrypt the file
|
|
# --batch to prevent interactive command
|
|
# --yes to assume "yes" for questions
|
|
gpg --quiet --batch --yes --decrypt --passphrase="$CONNECTOR_AUTH_PASSPHRASE" \
|
|
--output $HOME/target/test/connector_auth.toml .github/secrets/connector_auth.toml.gpg |