Skip to content

UID2-6837: Replace GHCR_PAT with GITHUB_TOKEN in E2E workflow#211

Merged
BehnamMozafari merged 1 commit intomainfrom
bmz-UID2-6837-replace-ghcr-pat-with-github-token
Mar 31, 2026
Merged

UID2-6837: Replace GHCR_PAT with GITHUB_TOKEN in E2E workflow#211
BehnamMozafari merged 1 commit intomainfrom
bmz-UID2-6837-replace-ghcr-pat-with-github-token

Conversation

@BehnamMozafari
Copy link
Copy Markdown
Contributor

Summary

  • Replace secrets.GHCR_PAT with secrets.GITHUB_TOKEN in shared-run-e2e-tests.yaml
  • GHCR_PAT was deleted (see UID2-6815). GITHUB_TOKEN is automatically available and the job already has packages: read permission.
  • This is the only workflow in uid2-shared-actions that referenced GHCR_PAT.

Test plan

  • Re-run a release workflow that triggers E2E tests (e.g. uid2-optout) and verify the Docker login step succeeds

🤖 Generated with Claude Code

The GHCR_PAT secret was deleted. GITHUB_TOKEN is automatically available
and the job already has packages: read permission, so no additional
configuration is needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@BehnamMozafari BehnamMozafari merged commit aa84a60 into main Mar 31, 2026
3 checks passed
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.

3 participants