Setup OCI OIDC Auth
Version updated for https://github.com/devopshouse/oci-oidc-auth-config to version v1.0.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Setup OCI OIDC Auth” GitHub Action enables secure, keyless authentication to Oracle Cloud Infrastructure (OCI) from GitHub Actions using OpenID Connect (OIDC), eliminating the need for long-lived credentials. It automates the process of obtaining short-lived security tokens, configuring OCI authentication, and setting up the OCI CLI for subsequent use in workflows. This action is particularly useful for securely integrating GitHub Actions with OCI services, enabling seamless deployment and management workflows.
What’s Changed
1.0.4 (2026-04-20)
🐛 Bug Fixes
- inline composite sub-actions to remove relative path references (b539cfc)