We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea35e1b commit 26e810bCopy full SHA for 26e810b
.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
7
- cron: '0 0 * * *'
8
9
env:
10
- GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11
12
jobs:
13
security:
0 commit comments