Skip to content

Commit

Permalink
Merge pull request #35 from RalfJung/cronj
Browse files Browse the repository at this point in the history
the gh command needs a token
  • Loading branch information
RalfJung authored Feb 10, 2024
2 parents d5882e4 + 31bdfbe commit 1cb2c71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ['master']
schedule:
- cron: '10 2 * * *' # At 02:10 UTC every day (a bit after rustup-components-history).
- cron: '20,35,50 12,13 * * *' # for testing
- cron: '20,35,50 14,15 * * *' # for testing

jobs:
test-core:
Expand Down Expand Up @@ -85,6 +85,8 @@ jobs:
git config --global user.name 'The Miri Conjob Bot'
git config --global user.email 'miri@cron.bot'
- name: Create PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Create commit
DATE=$(date -u +%Y-%m-%d)
Expand Down

0 comments on commit 1cb2c71

Please # to comment.