Skip to content

Commit

Permalink
Remove secrets.GHCR_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 14, 2023
1 parent effc2b4 commit b11def5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/shared-run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
# we use personal access token here since we need to pull images from private repo (core)
password: ${{ secrets.GHCR_PAT }}

- name: Checkout full history
uses: actions/checkout@v3
Expand All @@ -91,37 +88,32 @@ jobs:
uses: actions/checkout@v3
with:
repository: IABTechLab/uid2-core
token: ${{ secrets.GHCR_PAT }}
path: uid2-core

- name: Checkout uid2-optout repo
uses: actions/checkout@v3
with:
repository: IABTechLab/uid2-optout
token: ${{ secrets.GHCR_PAT }}
path: uid2-optout

- name: Checkout uid2-admin repo
uses: actions/checkout@v3
with:
repository: IABTechLab/uid2-admin
token: ${{ secrets.GHCR_PAT }}
path: uid2-admin

- name: Checkout uid2-shared-actions repo
uses: actions/checkout@v3
with:
ref: kcc-UID2-2338-build-test-pipeline-for-operator
repository: IABTechLab/uid2-shared-actions
token: ${{ secrets.GHCR_PAT }}
path: uid2-shared-actions

- name: Checkout uid2-e2e repo
uses: actions/checkout@v3
with:
ref: kcc-UID2-2338-build-test-pipeline-for-operator
repository: IABTechLab/uid2-e2e
token: ${{ secrets.GHCR_PAT }}
path: uid2-e2e

- name: Bring up docker compose
Expand Down

0 comments on commit b11def5

Please sign in to comment.