Skip to content

Commit

Permalink
make urls specific
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Dec 7, 2023
1 parent 2df34e7 commit d009edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Set git config to use personal access token in secrets
run: |
git config --global url."https://${{secrets.PERSONAL_ACCESS_TOKEN}}@github.com/Organization/repo-name".insteadOf "https://github.com/Organization/repo-name"
git config --global url."https://${{secrets.PERSONAL_ACCESS_TOKEN}}@github.com/climatepolicyradar/explorer.git".insteadOf "https://github.com/climatepolicyradar/explorer.git"
- name: Install dependencies
run: |
Expand Down

0 comments on commit d009edf

Please sign in to comment.