Skip to content

Commit

Permalink
GHA: set git cache credential helper timeout to 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed May 5, 2024
1 parent 3c15d08 commit 006f442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/biocatgh-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "BIOC@GH robot"
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout 21600'
- name: Update outdated packages
run: |
gitcreds::gitcreds_approve(list(
Expand Down

0 comments on commit 006f442

Please sign in to comment.