Skip to content

Commit bb20eca

Browse files
authored
Update ci.yml
1 parent 5b194ec commit bb20eca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Push frontend to labctl
2828
uses: cpina/github-action-push-to-another-repository@main
2929
env:
30-
SSH_DEPLOY_KEY: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
30+
#SSH_DEPLOY_KEY: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
31+
API_TOKEN_GITHUB: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
3132
with:
3233
source-directory: "dist"
3334
destination-github-username: "labctl"

0 commit comments

Comments
 (0)