Skip to content

Commit

Permalink
Add contents:write perms to subctl release GHA
Browse files Browse the repository at this point in the history
I think this should fix the 403 error it's currently failing with.

docs.github.com/en/rest/overview/permissions-required-for-github-apps

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 authored and tpantelis committed Sep 1, 2022
1 parent f37d15c commit 1418725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_subctl_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- devel

permissions: {}
permissions:
contents: write

jobs:
release-subctl-on-push:
Expand Down

0 comments on commit 1418725

Please sign in to comment.