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 5c61c6b commit e17a9e5Copy full SHA for e17a9e5
.github/workflows/gh-pages.yml
@@ -10,12 +10,16 @@ on:
10
concurrency:
11
group: gh-pages
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
update-docs:
18
name: Update gh-pages documentation
19
runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: write
22
steps:
-
23
- name: Install dependencies
24
run: |
25
sudo apt-get install -y jq curl
.github/workflows/release.yml
@@ -6,10 +6,15 @@ on:
6
7
8
9
update-helm-repo:
name: Update gh-pages helm repo index
- name: Install Helm
uses: azure/setup-helm@v4
0 commit comments