We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9704a1 commit 0aba1d3Copy full SHA for 0aba1d3
README.md
@@ -9,14 +9,20 @@ name: Update README cards
9
10
on:
11
schedule:
12
- - cron: "0 0 * * *"
+ - cron: "0 0 * * *" # Runs once daily at midnight
13
workflow_dispatch:
14
15
+permissions: {}
16
+
17
jobs:
18
build:
19
runs-on: ubuntu-latest
20
21
+ permissions:
22
+ contents: write
23
24
steps:
- - uses: actions/checkout@v4
25
+ - uses: actions/checkout@v6
26
27
- name: Generate stats card
28
uses: readme-tools/github-readme-stats-action@v1
0 commit comments