Skip to content

Commit

Permalink
first cut pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 21, 2024
1 parent c619d2a commit aadaafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
RASPBERRY_PI_IP: ${{ secrets.RPI_IP_DEV }}
REPO_URL: ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}
RASPBERRY_PI_UNAME: ${{ RASPBERRY_PI_UNAME }}
REPO_URL: ${{ github.GITHUB_SERVER_URL }}/${{ github.GITHUB_REPOSITORY }}
RASPBERRY_PI_UNAME: ${{ secrets.RASPBERRY_PI_UNAME }}

steps:
- name: Checkout code
Expand Down

0 comments on commit aadaafa

Please sign in to comment.