You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: grafana/plugin-actions/create-plugin-update@main# zizmor: ignore[unpinned-uses] provided by grafana
22
22
# Uncomment to use a fine-grained personal access token instead of default github token
23
23
# (For more info on how to generate the token see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
Copy file name to clipboardExpand all lines: packages/create-plugin/templates/github/workflows/release.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ jobs:
17
17
runs-on: ubuntu-latest
18
18
steps:
19
19
- uses: actions/checkout@v4
20
-
- uses: grafana/plugin-actions/build-plugin@main
20
+
with:
21
+
persist-credentials: false
22
+
23
+
- uses: grafana/plugin-actions/build-plugin@main # zizmor: ignore[unpinned-uses] provided by grafana
21
24
# Uncomment to enable plugin signing
22
25
# (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token)
0 commit comments