Skip to content

Commit f65c751

Browse files
author
Matt
committed
adding username as env for deploy job
1 parent 4e6d593 commit f65c751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github-action-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Deploy to GitHub Packages
3737
env:
38+
GITHUB_USERNAME: makbn
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3940
run: mvn deploy
4041

0 commit comments

Comments
 (0)