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
echo Please generate a Grafana API key: https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#generate-an-api-key
59
-
echo Once done please follow the instructions found here: https://github.com/${{github.repository}}/blob/main/README.md#using-github-actions-release-workflow
run: if [ "v${{ steps.metadata.outputs.plugin-version }}" != "${{ steps.metadata.outputs.github-tag }}" ]; then printf "\033[0;31mPlugin version doesn't match tag name\033[0m\n"; exit 1; fi
93
-
94
-
- name: Package plugin
95
-
id: package-plugin
96
-
run: |
97
-
mv dist ${{ steps.metadata.outputs.plugin-id }}
98
-
zip ${{ steps.metadata.outputs.archive }} ${{ steps.metadata.outputs.plugin-id }} -r
**This Github draft release has been created for your plugin.**
120
-
121
-
If you would like to submit this release to Grafana please consider the following steps:
122
-
123
-
- Check the Validate plugin step in the [release wourkflow](https://gihub.com/${{github.repository}}/commit/${{github.sha}}/checks/${{github.run_id}}) for any warnings that need attention
124
-
- Navigate to https://grafana.com/auth/sign-in/ to sign into your account
125
-
- Once logged in click **My Plugins** in the admin navigation
126
-
- Click the **Submit Plugin** button
127
-
- Fill in the Plugin Submission form:
128
-
- Paste this [.zip asset link](https://github.com/${{ github.repository }}/releases/download/v${{ steps.metadata.outputs.plugin-version }}/${{ steps.metadata.outputs.archive }}) in the Plugin URL field
129
-
- Paste this [.zip.md5 link](https://github.com/${{ github.repository }}/releases/download/v${{ steps.metadata.outputs.glugin-version }}/${{ steps.metadata.outputs.archive-checksum }}) in the MD5 field
130
-
131
-
Once done please remove these instructions and publish this release.
20
+
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
0 commit comments