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 9581b0f commit dc27ce4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fgt-tf-a-single-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:

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

0 comments on commit dc27ce4

Please sign in to comment.