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 b213a0c commit 6d510ddCopy full SHA for 6d510dd
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,10 @@ on:
7
- release/**
8
pull_request:
9
10
+permissions:
11
+ contents: read
12
+ packages: read # Required for GHCR
13
+
14
jobs:
15
job_lint:
16
name: Lint
0 commit comments