Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
The usage of GRAFANA_API_KEY environment variable is deprecated and it
should be changed to GRAFANA_ACCESS_POLICY_TOKEN
  • Loading branch information
lpetrora committed Nov 18, 2024
1 parent d40dc80 commit 0a1b2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
id: build-signed
uses: ./.github/build/
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_API_KEY }}
with:
release: false
signed: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: build-signed
uses: ./.github/build/
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_API_KEY }}
with:
release: true
signed: true
Expand Down

0 comments on commit 0a1b2e4

Please sign in to comment.