We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GH_TOKEN
1 parent 307a292 commit cb14db7Copy full SHA for cb14db7
.github/workflows/bump-controls.yml
@@ -98,5 +98,7 @@ jobs:
98
99
- name: Create Pull Request
100
shell: pwsh
101
+ env:
102
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103
run: |
104
gh pr create --title 'NuGet: Bumped Files UI controls version to `${{ steps.get_version.outputs.full_version }}`' --base main --head files/ui-controls/${{ steps.get_version.outputs.full_version }}
0 commit comments