We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879a124 commit b3a1351Copy full SHA for b3a1351
.github/workflows/DiploiBuild.yaml
@@ -11,7 +11,7 @@ env:
11
REGISTRY: ghcr.io
12
IMAGE_NAME: ${{ github.repository }}
13
INITIAL_PROJECT_IMAGE_NAME: ${{ github.repository }}-initial-project
14
- DEMO_TARGET_REPOSITORY: 'https://x-access-token:${{ secrets.DEMO_REPOSITORY_PAT }}@github.com/diploi/${{ github.repository }}-demo.git'
+ DEMO_TARGET_REPOSITORY: 'https://x-access-token:${{ secrets.DEMO_REPOSITORY_PAT }}@github.com/${{ github.repository }}-demo.git'
15
DEMO_TAG_NAME: '${GITHUB_REF#refs/tags/}'
16
17
jobs:
0 commit comments