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 8dc69cd commit f13f779Copy full SHA for f13f779
.github/workflows/commit-queue.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
ncu-config set branch ${DEFAULT_BRANCH}
67
ncu-config set upstream origin
68
- ncu-config set username "${{ secrets.GH_USER_NAME }}"
+ ncu-config set username "${{ github.actor }}"
69
ncu-config set token "${{ secrets.GITHUB_TOKEN }}"
70
ncu-config set jenkins_token "${{ secrets.JENKINS_TOKEN }}"
71
ncu-config set repo "${REPOSITORY}"
0 commit comments