Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
wrong secret name given, fixed
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent bac58ae commit 90c10e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

- name: Clone Private Repo
run: |
git clone https://alitpc25:$PRIVATE_REPO_TOKEN@github.com/alitpc25/cmpe451group1configrepo.git private-repo
git clone https://alitpc25:${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}@github.com/alitpc25/cmpe451group1configrepo.git private-repo
env:
PRIVATE_REPO_TOKEN: ${{ secrets.PRIVATE_REPO_TOKEN }}
PRIVATE_CONFIG_REPO_TOKEN: ${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}

- name: Copy Config
run: |
Expand Down

0 comments on commit 90c10e7

Please sign in to comment.