Skip to content

Commit

Permalink
feat(ci): Add write permissions for id-token and attestations
Browse files Browse the repository at this point in the history
This commit adds write permissions for `id-token` and `attestations` in the `.github/workflows/nuget-push.yml` file.
  • Loading branch information
SakuraIsayeki committed May 11, 2024
1 parent a0270fe commit 521e09a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Publish NuGet packages
permissions:
contents: write
packages: write

id-token: write
attestations: write

# Controls when the action will run.
on:
Expand Down

0 comments on commit 521e09a

Please sign in to comment.