Skip to content

Commit d18c509

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent f32383f commit d18c509

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/cleanup-cache.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
types:
66
- closed
77

8+
permissions:
9+
contents: read
10+
actions: write
11+
812
jobs:
913
cleanup:
1014
name: Clear cache
1115
runs-on: ubuntu-latest
12-
16+
1317
steps:
1418
- name: Checkout repository
1519
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
actions: read
1111
contents: write
12+
pull-requests: write
1213

1314
concurrency:
1415
group: publish-nuget
@@ -17,7 +18,7 @@ concurrency:
1718
jobs:
1819
nuget:
1920
name: Publish
20-
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
21+
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
2122
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@cb37352bc6f2f8b723d966d5d879625d3dd5413b # 1.3.13
2223
with:
2324
workflowName: ${{ github.event.workflow_run.name }}

0 commit comments

Comments
 (0)