We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c19359b + 361af0d commit a3dc5a9Copy full SHA for a3dc5a9
.github/workflows/ci.yml
@@ -1,5 +1,8 @@
1
name: CI
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
pull_request:
8
push:
.github/workflows/release-schedule.yml
name: "Release: Scheduled"
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00 AM UTC on the default branch
0 commit comments