File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: build/test rabbitmq-dotnet-client
33on :
44 - workflow_call
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 build-win32 :
811 runs-on : windows-latest
Original file line number Diff line number Diff line change 1919 schedule :
2020 - cron : ' 16 4 * * 4'
2121
22+ permissions :
23+ contents : read
24+
2225jobs :
2326 analyze :
2427 name : Analyze
Original file line number Diff line number Diff line change 1010 - main
1111 - ' rabbitmq-dotnet-client-*'
1212
13+ permissions :
14+ contents : read
15+
1316jobs :
1417 call-build-test :
1518 uses : ./.github/workflows/build-test.yaml
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 build-test :
1114 strategy :
Original file line number Diff line number Diff line change 66 NUGET_API_KEY :
77 required : true
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 publish-nuget :
1114 runs-on : windows-latest
Original file line number Diff line number Diff line change 66 # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
77 - published
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 call-build-test :
1114 uses : ./.github/workflows/build-test.yaml
You can’t perform that action at this time.
0 commit comments