Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanoguz authored Dec 8, 2023
1 parent 6c6ab28 commit 9581b0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fgt-tf-a-single-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:

- name: Configure OCI credentials
run: |
cd /home/runner/.oci
mkdir .oci
cd .oci
echo "${{ secrets.OCI_PEM_KEY }}" > ~/.oci/oci_api_key.pem
chmod 600 ~/.oci/oci_api_key.pem
Expand Down

0 comments on commit 9581b0f

Please sign in to comment.