Skip to content

Commit

Permalink
ci: add access to edc-extension packages
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Oct 24, 2023
1 parent d65a89f commit bcb4128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-connector-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BUILD_ARGS=${{ matrix.imageVariants.buildArgs }}
BUILD_ARGS=${{ matrix.imageVariants.buildArgs }} -Pgpr.user=${{ github.actor }} -Pgpr.key=${{ secrets.GITHUB_TOKEN }}
EDC_LAST_COMMIT_INFO_ARG="${{ env.LAST_COMMIT_INFO }}"
EDC_BUILD_DATE_ARG="${{ env.BUILD_DATE }}"
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish-maven-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
with:
arguments: build ${{ env.GRADLE_ARGS }}
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
Expand Down

0 comments on commit bcb4128

Please sign in to comment.