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 1717 runs-on : ubuntu-latest
1818 steps :
1919 - 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]
2121 with :
2222 repo_secrets : |
2323 GITHUB_APP_ID=grafana-oss-big-tent:app-id
Original file line number Diff line number Diff line change 11name : Plugins - CD
22run-name : Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
3+ permissions : {}
34
45on :
56 workflow_dispatch :
Original file line number Diff line number Diff line change 11name : Plugins - CI
2+ permissions : {}
23
34on :
45 push :
Original file line number Diff line number Diff line change 11name : Update `make docs` procedure
2+ permissions : {}
3+
24on :
35 schedule :
46 - cron : ' 0 7 * * 1-5'
911 runs-on : ubuntu-latest
1012 steps :
1113 - 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]
1317 with :
1418 pr_options : >
1519 --label type/docs
You can’t perform that action at this time.
0 commit comments