Skip to content

Commit

Permalink
Remove permissions
Browse files Browse the repository at this point in the history
Remove permissions as the default token passed in from the parent workflow should give the appropriate permissions as the token has to be explicitly passed in.
  • Loading branch information
martincostello committed Oct 7, 2023
1 parent a1b94ca commit 868a378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-dotnet-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ on:
env:
TERM: xterm

permissions: {}

jobs:

update-dotnet-sdk:
Expand Down

0 comments on commit 868a378

Please sign in to comment.