Skip to content

Commit

Permalink
Use global secret
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Dec 3, 2024
1 parent cb2b137 commit 5ba9613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Clone badges repo
if: github.ref_name == 'main' && matrix.os == 'ubuntu-latest'
run: |
git clone --branch=gh-pages https://${{ secrets.TARGET_REPO_ACCESS_TOKEN }}@github.com/qupath/badges.git badges
git clone --branch=gh-pages https://${{ secrets.BADGES_ACCESS_TOKEN }}@github.com/qupath/badges.git badges
## cba handling merging or dealing with stale resources
rm -rf badges/${{ github.event.repository.name }}
mkdir -p badges/${{ github.event.repository.name }}
Expand Down

0 comments on commit 5ba9613

Please sign in to comment.