Skip to content

Commit

Permalink
Fix gh build workflow: replace GITHUB_TOKEN by CXNG_GHCR_PAT (eclipse…
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuling authored May 3, 2022
1 parent 462513d commit 3c4bfd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
./mvnw -s settings.xml -B -pl .,edc-dataplane -am verify
env:
GITHUB_PACKAGE_USERNAME: ${{ github.actor }}
GITHUB_PACKAGE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PACKAGE_PASSWORD: ${{ secrets.CXNG_GHCR_PAT }}
-
name: edc-dataplane Docker Metadata
id: edc_dataplane_meta
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CXNG_GHCR_PAT }}
-
name: Set up JDK 11
uses: actions/[email protected]
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CXNG_GHCR_PAT }}
-
name: Set up JDK 11
uses: actions/[email protected]
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CXNG_GHCR_PAT }}
-
name: Set up JDK 11
uses: actions/[email protected]
Expand Down

0 comments on commit 3c4bfd5

Please sign in to comment.