Skip to content

Commit f8bd1b6

Browse files
authored
update workflows (#456)
1 parent 421be0a commit f8bd1b6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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:

0 commit comments

Comments
 (0)