Skip to content

Commit 1251e1a

Browse files
authored
update workflow (#457)
1 parent da7241e commit 1251e1a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Plugins - CD
22
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
3+
permissions: {}
34

45
on:
56
workflow_dispatch:

.github/workflows/push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Plugins - CI
2+
permissions: {}
23

34
on:
45
push:

.github/workflows/update-make-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Update `make docs` procedure
2+
permissions: {}
3+
24
on:
35
schedule:
46
- cron: '0 7 * * 1-5'
@@ -9,7 +11,9 @@ jobs:
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

0 commit comments

Comments
 (0)