Skip to content

Commit aa84a60

Browse files
Merge pull request #211 from IABTechLab/bmz-UID2-6837-replace-ghcr-pat-with-github-token
UID2-6837: Replace GHCR_PAT with GITHUB_TOKEN in E2E workflow
2 parents c3f7583 + 51eacdd commit aa84a60

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)