We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fad7f commit 5bee119Copy full SHA for 5bee119
3 files changed
.github/workflows/ci_windows.yaml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: ["main"]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
build:
14
strategy:
.github/workflows/spec_tests.yaml
branches: ["*"]
.github/workflows/test_installer.yaml
@@ -4,6 +4,9 @@ on:
4
5
runs-on: ubuntu-latest
0 commit comments