Skip to content

Commit a143daf

Browse files
authored
Update update-nuspec.yml
1 parent 5df7e42 commit a143daf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-nuspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
force: true
114114
- uses: ./.github/actions/put-pull-request
115115
with:
116-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116+
GITHUB_TOKEN: ${{ secrets.PAT }}
117117
title: Update ${{ steps.set-project-name.outputs.value }}.nuspec
118118
body: This PR updates the ${{ steps.set-project-name.outputs.value }}.nuspec file to ensure correct project dependencies, metadata, or versioning. Please review the changes for accuracy and compliance.
119119
from: ${{ steps.set-branch-name.outputs.value }}
@@ -160,7 +160,7 @@ jobs:
160160
force: true
161161
- uses: ./.github/actions/put-pull-request
162162
with:
163-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163+
GITHUB_TOKEN: ${{ secrets.PAT }}
164164
title: Update ${{ steps.set-project-name.outputs.value }}.nuspec
165165
body: This PR updates the ${{ steps.set-project-name.outputs.value }}.nuspec file to ensure correct project dependencies, metadata, or versioning. Please review the changes for accuracy and compliance.
166166
from: ${{ steps.set-branch-name.outputs.value }}

0 commit comments

Comments
 (0)