Skip to content

Commit

Permalink
Add write permissions to dotnet.yml workflow
Browse files Browse the repository at this point in the history
This should fix "GitHub release failed with status: 403"
Recommended in: softprops/action-gh-release#236
  • Loading branch information
metalbass committed May 13, 2023
1 parent 3556298 commit c5f3989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ jobs:
files: "dist/PyStubbler*"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write

0 comments on commit c5f3989

Please sign in to comment.