Skip to content

bytesbay/oci-cli-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oci-cli-action

Action for installing oci-cli (Oracle Cloud Infrastructure CLI)

Example usage

- name: Install oci-cli
  uses: bytesbay/[email protected]
  with:
    user: "${{ secrets.OCI_USER }}"
    fingerprint: "${{ secrets.OCI_FINGERPRINT }}"
    tenancy: "${{ secrets.OCI_TENANCY }}"
    region: "${{ secrets.OCI_REGION }}"
    api_key: |
      ${{ secrets.OCI_API_KEY }}
    verbose: true

About

Action for installing oci-cli (Oracle Cloud Infrastructure CLI)

Resources

Stars

Watchers

Forks

Packages

No packages published