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.
1 parent 7b13e70 commit 9c7a67aCopy full SHA for 9c7a67a
.github/workflows/bump-controls.yml
@@ -39,10 +39,6 @@ jobs:
39
app-id: ${{ secrets.BOT_APP_ID }}
40
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
41
42
- - name: Login to gh cli
43
- run: |
44
- "GH_TOKEN=${{ steps.generate.outputs.token }}"
45
-
46
- name: Bump Version
47
id: bump_version
48
shell: pwsh
@@ -111,6 +107,6 @@ jobs:
111
107
- name: Create Pull Request
112
108
113
109
env:
114
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110
+ GH_TOKEN: ${{ steps.generate.outputs.token }}
115
run: |
116
gh pr create --title "NuGet: Bumped Files UI controls version to ${{ steps.get_version.outputs.full_version }}" --body "hello" --base main --head files/ui-controls/${{ steps.get_version.outputs.full_version }}
0 commit comments