Skip to content

Commit 4a46ffd

Browse files
authored
Update authentication method in workflow
Replaced GITHUB_TOKEN with PAT for authentication in the workflow.
1 parent 98f6a9f commit 4a46ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-dotnet-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
force: true
385385
- uses: ./.github/actions/put-pull-request
386386
with:
387-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
387+
GITHUB_TOKEN: ${{ secrets.PAT }}
388388
title: Update .NET versions
389389
body: This PR updates .NET version used in project and pipelines.
390390
from: ${{ needs.init.outputs.branch }}

0 commit comments

Comments
 (0)