ci(on-main): mint dfcg-artifacts token via GitHub App instead of a PAT#1869
Merged
Conversation
Completes the migration off the DFCG_ARTIFACTS_ACCESS_TOKEN PAT (already removed as a repo secret): the website-deploy workflow now mints a short-lived contents:read token from the blocksense-ci-token-provider App (app 3205470), scoped to dfcg-artifacts, the same as ci.yml. Drops the top-level PAT env and sets DFCG_ARTIFACTS_ACCESS_TOKEN only on the Build step from the minted token.
zah
enabled auto-merge
July 20, 2026 03:51
🚀 Deployment Links of Blocksense Network websites:
|
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.
Completes the DFCG PAT migration started in #1868. The
DFCG_ARTIFACTS_ACCESS_TOKENPAT secret was removed;on-main.yml(website deploys) still referenced it. It now mints a short-lived token from the blocksense-ci-token-provider App (app3205470,contents:readondfcg-artifacts), mirroringci.yml.DFCG_ARTIFACTS_ACCESS_TOKENon the Build step from the minted token.