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.
1 parent c19a607 commit 83ba0eeCopy full SHA for 83ba0ee
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,9 @@ name: CI Build
3
# Builds on every commit to verify everything compiles.
4
# Does NOT publish anything - just verification.
5
6
+permissions:
7
+ contents: read
8
+
9
on:
10
push:
11
branches:
0 commit comments