Skip to content

Commit 0a327e9

Browse files
committed
Explicit permissions
1 parent ed66417 commit 0a327e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10+
permissions:
11+
packages: write
12+
contents: read
1013
env:
1114
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
1215
steps:

0 commit comments

Comments
 (0)