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
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ on:
8
8
jobs:
9
9
release:
10
10
runs-on: ubuntu-latest
11
-
env:
12
-
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.
11
+
# env:
12
+
# GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.
13
13
steps:
14
14
- uses: actions/checkout@v3
15
15
- name: Setup Node.js environment
@@ -51,15 +51,15 @@ jobs:
51
51
version: latest
52
52
args: buildAll
53
53
54
-
- name: Warn missing Grafana API key
55
-
run: |
56
-
echo Please generate a Grafana API key: https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#generate-an-api-key
57
-
echo Once done please follow the instructions found here: https://github.com/${{github.repository}}/blob/main/README.md#using-github-actions-release-workflow
58
-
if: ${{ env.GRAFANA_API_KEY == '' }}
59
-
60
-
- name: Sign plugin
61
-
run: npm run sign
62
-
if: ${{ env.GRAFANA_API_KEY != '' }}
54
+
# - name: Warn missing Grafana API key
55
+
# run: |
56
+
# echo Please generate a Grafana API key: https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#generate-an-api-key
57
+
# echo Once done please follow the instructions found here: https://github.com/${{github.repository}}/blob/main/README.md#using-github-actions-release-workflow
0 commit comments