We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9a861 commit ae010e2Copy full SHA for ae010e2
.github/workflows/cron.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- name: Generate matrix
37
id: gen-matrix
38
+ env:
39
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
run: |
41
set -e
42
0 commit comments