Skip to content

Commit 9c7a67a

Browse files
committedFeb 9, 2025
Fix custom actor
1 parent 7b13e70 commit 9c7a67a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.github/workflows/bump-controls.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
app-id: ${{ secrets.BOT_APP_ID }}
4040
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4141

42-
- name: Login to gh cli
43-
run: |
44-
"GH_TOKEN=${{ steps.generate.outputs.token }}"
45-
4642
- name: Bump Version
4743
id: bump_version
4844
shell: pwsh
@@ -111,6 +107,6 @@ jobs:
111107
- name: Create Pull Request
112108
shell: pwsh
113109
env:
114-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110+
GH_TOKEN: ${{ steps.generate.outputs.token }}
115111
run: |
116112
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

Comments
 (0)