Skip to content

Commit 1cb2c71

Browse files
authored
Merge pull request #35 from RalfJung/cronj
the gh command needs a token
2 parents d5882e4 + 31bdfbe commit 1cb2c71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ['master']
88
schedule:
99
- cron: '10 2 * * *' # At 02:10 UTC every day (a bit after rustup-components-history).
10-
- cron: '20,35,50 12,13 * * *' # for testing
10+
- cron: '20,35,50 14,15 * * *' # for testing
1111

1212
jobs:
1313
test-core:
@@ -85,6 +85,8 @@ jobs:
8585
git config --global user.name 'The Miri Conjob Bot'
8686
git config --global user.email '[email protected]'
8787
- name: Create PR
88+
env:
89+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8890
run: |
8991
# Create commit
9092
DATE=$(date -u +%Y-%m-%d)

0 commit comments

Comments
 (0)