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 39a667e commit 5b4fb63Copy full SHA for 5b4fb63
.github/workflows/dockerhub-latest-chart.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- master
6
+
7
+permissions: read-all
8
9
jobs:
10
publish-chart-to-dockerhub:
11
name: publish to DockerHub
.github/workflows/lint-chart.yaml
@@ -17,10 +17,6 @@ on:
17
paths:
18
- "charts/**"
19
20
-permissions:
21
- contents: read # Required by actions/checkout@v4 to fetch the repository contents.
22
- statuses: write # Necessary to update the status of workflow runs.
23
-
24
25
chart-lint-test:
26
runs-on: ubuntu-22.04
0 commit comments