We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726ee4a commit 5094686Copy full SHA for 5094686
.github/workflows/release.yml
@@ -9,7 +9,8 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
permissions:
12
- actions: write # If uploading a release asset
+ contents: write
13
+ actions: write
14
env:
15
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} # Requires a Grafana policy token from Grafana.com.
16
steps:
0 commit comments