We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421be0a commit f8bd1b6Copy full SHA for f8bd1b6
.github/workflows/add-to-project.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- id: get-secrets
20
- uses: grafana/shared-workflows/actions/get-vault-secrets@main
+ uses: grafana/shared-workflows/actions/get-vault-secrets@main # zizmor: ignore[unpinned-uses]
21
with:
22
repo_secrets: |
23
GITHUB_APP_ID=grafana-oss-big-tent:app-id
.github/workflows/publish.yaml
@@ -1,5 +1,6 @@
1
name: Plugins - CD
2
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
3
+permissions: {}
4
5
on:
6
workflow_dispatch:
.github/workflows/push.yaml
@@ -1,4 +1,5 @@
name: Plugins - CI
push:
0 commit comments