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 93dc850 commit 726ee4aCopy full SHA for 726ee4a
.github/workflows/release.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ actions: write # If uploading a release asset
13
env:
14
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} # Requires a Grafana policy token from Grafana.com.
15
steps:
0 commit comments