We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b3ae4 commit a958054Copy full SHA for a958054
4 files changed
.github/workflows/gen-client.yml
@@ -2,6 +2,9 @@ name: Generate API Client
2
on:
3
workflow_dispatch:
4
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
gen-api:
10
timeout-minutes: 30
.github/workflows/lint_golang.yml
@@ -7,6 +7,9 @@ on:
branches:
- main
11
12
13
14
golangci:
15
name: Lint with GolangCI
.github/workflows/release-pr.yml
@@ -3,7 +3,9 @@ on:
push:
- workflow_dispatch:
release-please:
.github/workflows/unittest.yml
unitests:
0 commit comments