Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Add Packages Permissions
  • Loading branch information
enusbaum authored Nov 16, 2024
1 parent f2a6a9f commit 958a538
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 @@ -15,6 +15,9 @@ env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
GITHUB_PAT: ${{ secrets.GH_PAT }}

permissions:
packages: write

jobs:
build:
name: Build, test and pack
Expand Down

0 comments on commit 958a538

Please sign in to comment.