Skip to content

Commit 29f79f3

Browse files
committed
Update github actions
The usage of GRAFANA_API_KEY environment variable is deprecated and it should be changed to GRAFANA_ACCESS_POLICY_TOKEN
1 parent d40dc80 commit 29f79f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id: build-signed
7979
uses: ./.github/build/
8080
env:
81-
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
81+
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_API_KEY }}
8282
with:
8383
release: false
8484
signed: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: build-signed
2121
uses: ./.github/build/
2222
env:
23-
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
23+
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_API_KEY }}
2424
with:
2525
release: true
2626
signed: true

0 commit comments

Comments
 (0)