Skip to content

Commit 92049a1

Browse files
author
Jonathan Visser
committed
Add DEPLOY_COMPOSER_AUTH secret to GitHub Actions build step
1 parent 0f5efb1 commit 92049a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/hypernode-deploy/pipelines/github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- run: hypernode-deploy build -vvv
6262
env:
6363
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
64+
DEPLOY_COMPOSER_AUTH: ${{ secrets.DEPLOY_COMPOSER_AUTH }}
6465
- name: archive production artifacts
6566
uses: actions/upload-artifact@v4
6667
with:

0 commit comments

Comments
 (0)