Skip to content

Commit 5094686

Browse files
authored
Update release.yml
1 parent 726ee4a commit 5094686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
actions: write # If uploading a release asset
12+
contents: write
13+
actions: write
1314
env:
1415
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} # Requires a Grafana policy token from Grafana.com.
1516
steps:

0 commit comments

Comments
 (0)