Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
LAST TRY
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent 60055b8 commit a0a2d09
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
repository: alitpc25/cmpe451group1configrepo
path: 'resq/backend/resq/project_env_prod'
token: '${{ secrets.PRIVATE_CONFIG_REPO_TOKEN || github.token }}'
ref: 'main'

- name: Clone Private Repo
run: |
git clone https://alitpc25:${{ secrets.PRIVATE_CONFIG_REPO_TOKEN || github.token }}@github.com/alitpc25/cmpe451group1configrepo.git ./resq/backend/resq/project_env_prod
env:
PRIVATE_CONFIG_REPO_TOKEN: ${{ secrets.PRIVATE_CONFIG_REPO_TOKEN || github.token }}

# - name: Decrypt and Extract project_env_prod
# env:
Expand Down

0 comments on commit a0a2d09

Please sign in to comment.