Skip to content

Commit

Permalink
Add missing token for accessing the private assets repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Nov 8, 2023
1 parent bc6f524 commit 9ef574d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
required: true
PROD_CLOUD_PROJECT_ROOT:
required: true
PROD_ASSETS_REPO_PAT:
PROD_HOME_PM2_CONF_ENV:
PROD_ADMIN_PM2_CONF_ENV:

Expand All @@ -32,6 +33,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ThrRip/mzg.fan-assets
token: ${{ secrets.PROD_ASSETS_REPO_PAT }}
path: mzg.fan-assets
- name: Copy the assets out
run: cp -r mzg.fan-assets/* .
Expand Down

0 comments on commit 9ef574d

Please sign in to comment.