Skip to content

Commit 51eacdd

Browse files
UID2-6837: Replace GHCR_PAT with GITHUB_TOKEN in E2E workflow
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>
1 parent c3f7583 commit 51eacdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/shared-run-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
registry: ${{ env.REGISTRY }}
117117
username: ${{ github.actor }}
118-
password: ${{ secrets.GHCR_PAT }}
118+
password: ${{ secrets.GITHUB_TOKEN }}
119119

120120
- name: Checkout full history
121121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)