We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd69d4 commit c2392c8Copy full SHA for c2392c8
1 file changed
README.md
@@ -16,7 +16,7 @@ name: Clean Up
16
17
on:
18
schedule:
19
- - cron: "0 3 * * 0" # Runs every Sunday at 3 AM
+ - cron: '0 12 * * FRI' # Every Fridat at midnight
20
workflow_dispatch:
21
22
jobs:
@@ -28,10 +28,10 @@ jobs:
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
with:
31
- # Provided by user
32
translations-repo: "Scientific-Python-Translations/numpy.org-translations"
33
translations-ref: "main"
34
- # Provided by organization secrets
+ # These are provided by the Scientific Python Project and allow
+ # automation with bots
35
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
36
passphrase: ${{ secrets.PASSPHRASE }}
37
token: "not-a-real-token"
0 commit comments