Skip to content

Commit

Permalink
more troubleshooting for ci error
Browse files Browse the repository at this point in the history
- getting release-action error "Error: Error 403: Resource not accessible by integration"
- found this issue ncipollo/release-action#208 that says to add write permission? Trying.
  • Loading branch information
thadguidry committed Sep 22, 2024
1 parent 64e16c2 commit 1f1cd02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
push:
branches: [ "master" ]

permissions:
contents: write

jobs:
build:

Expand Down

0 comments on commit 1f1cd02

Please # to comment.