Skip to content

Commit 47ba838

Browse files
committed
test
1 parent 8fcc266 commit 47ba838

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
chmod +x install.sh
5252
./install.sh --accept-all-defaults
5353
echo "$HOME/bin" >> $GITHUB_PATH
54+
- name: Set up OCI credentials
55+
run: |
56+
mkdir -p ~/.oci
57+
echo "${{ secrets.OCI_CONFIG }}" | base64 -d > ~/.oci/config
58+
echo "${{ secrets.OCI_API_KEY }}" | base64 -d > ~/.oci/oci_api_key.pem
59+
chmod 600 ~/.oci/oci_api_key.pem
5460
- name: Install helm
5561
run: curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh
5662
- name: Update deployment

0 commit comments

Comments
 (0)