Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Configuring OpenID Connect in Google Cloud Platform - GitHub Docs

Teaches how to configure OpenID Connect (OIDC) to allow GitHub Actions to authenticate with Google Cloud Platform without using long-lived service account keys.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Configuring OpenID Connect in Google Cloud Platform - GitHub Docs

Teaches how to configure OpenID Connect (OIDC) to allow GitHub Actions to authenticate with Google Cloud Platform without using long-lived service account keys.

When To Use

Use when you need to set up passwordless authentication between GitHub Actions workflows and Google Cloud services to improve deployment security.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-secure-your-work-configuring-openid-connect-in-google-cl-workflow-guide.mdA guide detailing the steps to configure OpenID Connect between GitHub Actions and Google Cloud Platform to secure deployments.Questions about a guide detailing the steps to configure OpenID Connect between GitHub Actions and Google Cloud Platform to secure de...
examples/actions-how-tos-secure-your-work-configuring-openid-connect-in-google-cl.textA GitHub Actions workflow YAML configuration demonstrating how to use OpenID Connect to authenticate with Google Cloud Platform.Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to use OpenID Connect to authenticate with Google Clou...

What This Skill Covers

    • GitHub Actions / - How-tos / - Secure your work / - Security harden deployments / - OIDC in Google Cloud Platform
  • Main sections: In this article, Overview, Prerequisites, Adding a Google Cloud Workload Identity Provider, Updating your GitHub Actions workflow.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-google-cloud-platform