Skip to content

Commit f13f779

Browse files
committed
tools: use ${{ github.actor }} for username
1 parent 8dc69cd commit f13f779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
ncu-config set branch ${DEFAULT_BRANCH}
6767
ncu-config set upstream origin
68-
ncu-config set username "${{ secrets.GH_USER_NAME }}"
68+
ncu-config set username "${{ github.actor }}"
6969
ncu-config set token "${{ secrets.GITHUB_TOKEN }}"
7070
ncu-config set jenkins_token "${{ secrets.JENKINS_TOKEN }}"
7171
ncu-config set repo "${REPOSITORY}"

0 commit comments

Comments
 (0)