Skip to content

Commit

Permalink
fix: add deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
logonoff committed Nov 14, 2024
1 parent 5acec1f commit 4973fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
repository: UTM-Robotics/team-images
path: "src/lib/team"
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: create env files
run: echo "${{ secrets.ENV }}" > .env;
Expand Down

0 comments on commit 4973fdd

Please sign in to comment.