We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ffc6e commit 4f75a5eCopy full SHA for 4f75a5e
.github/workflows/ci.yml
@@ -2,7 +2,8 @@
2
# SPDX-License-Identifier: Apache-2.0 OR MIT
3
name: Run Unit Tests
4
on: pull_request
5
-
+permissions:
6
+ contents: read
7
8
jobs:
9
build:
.github/workflows/deploy.yml
@@ -1,6 +1,8 @@
1
# Copyright Kani Contributors
name: Deploy Extension
on:
push:
.github/workflows/format-check.yml
@@ -2,6 +2,8 @@
name: Format Check
format-check:
0 commit comments