Skip to content

Commit

Permalink
CI: Fix permissions for GHA release job to designate a release on GitHub
Browse files Browse the repository at this point in the history
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
  • Loading branch information
amotl committed Oct 18, 2024
1 parent 576f218 commit 1925f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:

jobs:
release:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1925f8e

Please sign in to comment.