Skip to content

ci: use releases token for engine lookup#95

Merged
intel352 merged 1 commit into
mainfrom
codex/conformance-token-fix
May 11, 2026
Merged

ci: use releases token for engine lookup#95
intel352 merged 1 commit into
mainfrom
codex/conformance-token-fix

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • prefer RELEASES_TOKEN for cross-repo Workflow release lookup in IaC conformance
  • fall back to github.token when the org secret is unavailable

Verification

  • actionlint .github/workflows/iac-host-conformance.yml

Addresses the post-merge review note from #94.

Copilot AI review requested due to automatic review settings May 11, 2026 00:10
@intel352
Copy link
Copy Markdown
Contributor Author

iac-codemod refactor-apply report

Mode: dry-run
Sites: 1
Errors: 0

Skipped (// wfctl:skip-iac-codemod)

  • internal/provider.go:255 DOProvider.Apply skipped

Full report (90-day retention) attached as workflow artifact.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the IaC host conformance GitHub Actions workflow to prefer an org/repo secret token for cross-repo Workflow engine release lookup, while falling back to the default workflow github.token when the secret isn’t available.

Changes:

  • Set GH_TOKEN to ${{ secrets.RELEASES_TOKEN || github.token }} for the “Determine Workflow engine versions” step so gh release view --repo GoCodeAlone/workflow ... can authenticate with a broader-scoped token when present.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@intel352 intel352 merged commit 8c26e98 into main May 11, 2026
11 checks passed
@intel352 intel352 deleted the codex/conformance-token-fix branch May 11, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants