Authenticated with token from dd-octo-sts-action#5503
Merged
Conversation
4c0f1bd to
bba8c07
Compare
xopham
reviewed
Mar 25, 2026
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 4a15bf8 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
lloeki
approved these changes
Mar 25, 2026
marcotc
reviewed
Mar 25, 2026
marcotc
approved these changes
Mar 25, 2026
Co-authored-by: Marco Costa <marco.costa@datadoghq.com>
p-datadog
pushed a commit
that referenced
this pull request
Apr 1, 2026
Replace `actions/create-github-app-token` with `DataDog/dd-octo-sts-action` in all workflows except publish.yml (covered by #5503). For each workflow: - Add dd-octo-sts trust policy in .github/chainguard/ - Replace create-github-app-token step with dd-octo-sts-action - Add id-token: write permission for OIDC federation Workflows migrated: - bump-gem-version.yml (workflow_dispatch) - generate-supported-versions.yml (workflow_dispatch) - lock-dependency.yml (pull_request) - update-latest-dependency.yml (schedule + workflow_dispatch) - update-system-tests.yml (schedule + repository_dispatch + workflow_dispatch) Part of incident-51987 secrets remediation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
lloeki
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Update the release process using the token from Datadog's token provider.
This changes depends on a upstream change I made, using my fork as a temporary replacement.
Change log entry
none.