Skip to content

Commit c2392c8

Browse files
committed
test
1 parent 2cd69d4 commit c2392c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Clean Up
1616

1717
on:
1818
schedule:
19-
- cron: "0 3 * * 0" # Runs every Sunday at 3 AM
19+
- cron: '0 12 * * FRI' # Every Fridat at midnight
2020
workflow_dispatch:
2121

2222
jobs:
@@ -28,10 +28,10 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
with:
31-
# Provided by user
3231
translations-repo: "Scientific-Python-Translations/numpy.org-translations"
3332
translations-ref: "main"
34-
# Provided by organization secrets
33+
# These are provided by the Scientific Python Project and allow
34+
# automation with bots
3535
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
3636
passphrase: ${{ secrets.PASSPHRASE }}
3737
token: "not-a-real-token"

0 commit comments

Comments
 (0)