We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40dc80 commit 29f79f3Copy full SHA for 29f79f3
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
id: build-signed
79
uses: ./.github/build/
80
env:
81
- GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
+ GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_API_KEY }}
82
with:
83
release: false
84
signed: true
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
release: true
26
0 commit comments