File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : publish-technical-documentation-next
2
2
3
+ permissions : {}
4
+
3
5
on :
4
6
push :
5
7
branches :
13
15
permissions :
14
16
contents : read
15
17
id-token : write
16
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-24.04
17
19
steps :
18
20
- uses : actions/checkout@v4
19
- - uses : grafana/writers-toolkit/publish-technical-documentation@publish-technical-documentation/v1
21
+ with :
22
+ persist-credentials : false
23
+ - uses : grafana/writers-toolkit/publish-technical-documentation@9ccaaf1f78c5c045229e7088e816925311c67abc
20
24
with :
21
25
website_directory : content/docs/pyroscope/next
Original file line number Diff line number Diff line change 1
1
name : publish-technical-documentation-release
2
2
3
+ permissions : {}
4
+
3
5
on :
4
6
push :
5
7
branches :
@@ -15,12 +17,13 @@ jobs:
15
17
permissions :
16
18
contents : read
17
19
id-token : write
18
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-24.04
19
21
steps :
20
22
- uses : actions/checkout@v4
21
23
with :
24
+ persist-credentials : false
22
25
fetch-depth : 0
23
- - uses : grafana/writers-toolkit/publish-technical-documentation-release@publish-technical-documentation-release/v1
26
+ - uses : grafana/writers-toolkit/publish-technical-documentation-release@9ccaaf1f78c5c045229e7088e816925311c67abc
24
27
with :
25
28
release_tag_regexp : " ^v(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)$"
26
29
release_branch_regexp : " ^release/v(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)$"
Original file line number Diff line number Diff line change 1
1
name : Update `make docs` procedure
2
+
3
+ permissions : {}
4
+
2
5
on :
3
6
schedule :
4
7
- cron : ' 0 7 * * 1-5'
5
8
workflow_dispatch :
6
9
jobs :
7
10
main :
8
11
if : github.repository == 'grafana/pyroscope'
9
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-24.04
10
13
steps :
11
14
- uses : actions/checkout@v4
12
- - uses : grafana/writers-toolkit/update-make-docs@update-make-docs/v1
15
+ with :
16
+ persist-credentials : false
17
+ - uses : grafana/writers-toolkit/update-make-docs@9ccaaf1f78c5c045229e7088e816925311c67abc
13
18
with :
14
19
pr_options : >
15
20
--label type/docs
You can’t perform that action at this time.
0 commit comments