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 5b194ec commit bb20ecaCopy full SHA for bb20eca
.github/workflows/ci.yml
@@ -27,7 +27,8 @@ jobs:
27
- name: Push frontend to labctl
28
uses: cpina/github-action-push-to-another-repository@main
29
env:
30
- SSH_DEPLOY_KEY: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
+ #SSH_DEPLOY_KEY: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
31
+ API_TOKEN_GITHUB: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
32
with:
33
source-directory: "dist"
34
destination-github-username: "labctl"
0 commit comments