We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d5d23 commit 759cc0eCopy full SHA for 759cc0e
.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