File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- id : get-secrets
20
- uses : grafana/shared-workflows/actions/get-vault-secrets@main
20
+ uses : grafana/shared-workflows/actions/get-vault-secrets@main # zizmor: ignore[unpinned-uses]
21
21
with :
22
22
repo_secrets : |
23
23
GITHUB_APP_ID=grafana-oss-big-tent:app-id
Original file line number Diff line number Diff line change 1
1
name : Plugins - CD
2
2
run-name : Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
3
+ permissions : {}
3
4
4
5
on :
5
6
workflow_dispatch :
Original file line number Diff line number Diff line change 1
1
name : Plugins - CI
2
+ permissions : {}
2
3
3
4
on :
4
5
push :
Original file line number Diff line number Diff line change 1
1
name : Update `make docs` procedure
2
+ permissions : {}
3
+
2
4
on :
3
5
schedule :
4
6
- cron : ' 0 7 * * 1-5'
9
11
runs-on : ubuntu-latest
10
12
steps :
11
13
- uses : actions/checkout@v4
12
- - uses : grafana/writers-toolkit/update-make-docs@update-make-docs/v1
14
+ with :
15
+ persist-credentials : false
16
+ - uses : grafana/writers-toolkit/update-make-docs@update-make-docs/v1 # zizmor: ignore[unpinned-uses]
13
17
with :
14
18
pr_options : >
15
19
--label type/docs
You can’t perform that action at this time.
0 commit comments