Skip to content

Commit

Permalink
Added write permission to release step
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjs committed May 6, 2024
1 parent 13c0683 commit 72f49a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
needs: test
name: Create a Package Release
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4 # Need the full commit history for conventional commit
- name: Setup .NET
Expand Down

0 comments on commit 72f49a3

Please sign in to comment.