mirror of https://github.com/twbs/bootstrap.git
Add permissions for NuGet package publishing
This commit is contained in:
parent
25aa8cc0b3
commit
8194a1524b
|
@ -4,6 +4,9 @@ on:
|
|||
release:
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
package-nuget:
|
||||
runs-on: windows-latest
|
||||
|
|
Loading…
Reference in New Issue