Skip to content

Commit

Permalink
tools: use ${{ github.actor }} for username
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Nov 4, 2021
1 parent 74ad71b commit 3073447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
ncu-config set branch ${DEFAULT_BRANCH}
ncu-config set upstream origin
ncu-config set username "${{ secrets.GH_USER_NAME }}"
ncu-config set username "${{ github.actor }}"
ncu-config set token "${{ secrets.GITHUB_TOKEN }}"
ncu-config set jenkins_token "${{ secrets.JENKINS_TOKEN }}"
ncu-config set repo "${REPOSITORY}"
Expand Down

0 comments on commit 3073447

Please sign in to comment.