github · GitHub Actions Docs
Actions Configuring OpenID Connect in Octopus Deploy - GitHub Docs
Provides instructions for setting up OpenID Connect (OIDC) to establish a secure, passwordless authentication connection between GitHub Actions and Octopus Deploy.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Configuring OpenID Connect in Octopus Deploy - GitHub Docs
Provides instructions for setting up OpenID Connect (OIDC) to establish a secure, passwordless authentication connection between GitHub Actions and Octopus Deploy.
When To Use
Use when you need to configure GitHub Actions to authenticate securely with Octopus Deploy without using long-lived secrets or credentials.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-secure-your-work-configuring-openid-connect-in-octopus-d-workflow-guide.md | A guide explaining how to configure OpenID Connect (OIDC) to secure deployments between GitHub Actions and Octopus Deploy. | Questions about a guide explaining how to configure OpenID Connect (OIDC) to secure deployments between GitHub Actions and Octopus De... |
examples/actions-how-tos-secure-your-work-configuring-openid-connect-in-octopus-d.text | A GitHub Actions workflow YAML configuration demonstrating how to use OpenID Connect to authenticate with Octopus Deploy. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to use OpenID Connect to authenticate with Octopus Dep... |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Secure your work / - Security harden deployments / - OIDC in Octopus Deploy
- Main sections:
In this article,Overview,Prerequisites,Adding the identity provider to Octopus Deploy,Updating your GitHub Actions workflow.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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-octopus-deploy
