Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunriselink committed Mar 9, 2024
1 parent 1b29251 commit 1d71c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir output
git config --global user.email "[email protected]"
git config --global user.name "${GITHUB_ACTOR}"
git clone https://${{ secrets.ACCESS_TOKEN }}@github.com/sunriselink/har-viewer.git --branch ${PAGES_BRANCH} --single-branch ./output
git clone https://${{ github.token }}@github.com/sunriselink/har-viewer.git --branch ${PAGES_BRANCH} --single-branch ./output
- name: Deploy
working-directory: output
run: |
Expand Down

0 comments on commit 1d71c81

Please sign in to comment.