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 8cc798c commit be1e076Copy full SHA for be1e076
.github/workflows/zulip-ci.yml
@@ -7,6 +7,9 @@ name: Zulip server CI
7
8
on: [push, pull_request]
9
10
+permissions:
11
+ contents: read
12
+
13
defaults:
14
run:
15
shell: bash
.github/workflows/zulip-tests.yml
@@ -6,6 +6,9 @@ on:
6
- main
pull_request:
jobs:
static-analysis:
runs-on: ubuntu-latest
0 commit comments