build with private module

This commit is contained in:
Chris Ainsworth-Patrick
2023-08-17 09:01:28 +01:00
parent fc9040027d
commit 711ff81119
5 changed files with 557 additions and 87 deletions

View File

@@ -55,3 +55,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
secrets: |
"gitghatoken=${{ secrets.GIT_GHA_TOKEN }}"