Skip to content

Commit

Permalink
ci: give permission
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed Oct 20, 2023
1 parent 09ddbdb commit c83f38f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
name: Publish NuGet Packages
runs-on: ubuntu-latest
needs: test
permissions:
contents: write

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c83f38f

Please sign in to comment.