We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f6a9f commit 4a46ffdCopy full SHA for 4a46ffd
1 file changed
.github/workflows/update-dotnet-version.yml
@@ -384,7 +384,7 @@ jobs:
384
force: true
385
- uses: ./.github/actions/put-pull-request
386
with:
387
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PAT }}
388
title: Update .NET versions
389
body: This PR updates .NET version used in project and pipelines.
390
from: ${{ needs.init.outputs.branch }}
0 commit comments