Skip to content

Commit

Permalink
Explicitly request package write permission in workflow
Browse files Browse the repository at this point in the history
Now that package write permission has been removed from the default
permissions for the repo, this is now required for packages to upload.
  • Loading branch information
rmunn committed Jul 18, 2024
1 parent 45e9f9a commit f00c391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuget-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
build:
permissions:
packages: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f00c391

Please sign in to comment.