Check out Service Accounts (OIDC)

Have you checked out our OIDC feature? By inferring authentication from context, you can eliminate the need to store or manage a service token with:

  • Enhanced security: No long-lived tokens, reducing exposure to leaks.
  • Simplified management: One less token to manage, making workflows smoother.
  • Context-aware authorization: Access secrets securely only when and where they are needed.
  • Integrations: Work natively with GitHub Actions; trivial to implement with other CI platforms.

Learn more here: Service Account Identities (OIDC)