Skip to content

Commit

Permalink
pass correct variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
asimfarooq5 committed Dec 19, 2024
1 parent 9bf1175 commit 647dc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Set up target repository
git config --global user.name "asimfarooq5"
git config --global user.email "[email protected]"
git clone https://x-access-token:${TARGET_REPO_TOKEN}@github.com/xconnio/wick-ui-artifacts.git
git clone https://x-access-token:${GH_ACCESS_TOKEN}@github.com/xconnio/wick-ui-artifacts.git
# Copy artifacts to target repo
cp -R build/web/* wick-ui-artifacts/
cd wick-ui-artifacts
Expand Down

0 comments on commit 647dc5e

Please sign in to comment.