Skip to content

Commit 41b1b7d

Browse files
committed
CI: Fix permissions for GHA release job to designate a release on GitHub
error: while submitting {"tag_name":"4.2.0","name":"4.2.0","body":"4.2.0","draft":false,"prerelease":false,"generate_release_notes":false}: invalid response body: {"message":"Resource not accessible by integration","documentation_url":"https://docs.github.com/rest/releases/releases#create-a-release","status":"403"} https://github.com/grafana-toolbox/grafana-client/actions/runs/11406586752/job/31740673737 -- https://stackoverflow.com/a/70448851
1 parent 576f218 commit 41b1b7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616

1717
jobs:
1818
release:
19+
permissions: write-all
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)