Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 authored Aug 20, 2024
1 parent ad53fe4 commit fecc1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Deploy to Github Packages
run: mvn deploy --settings .github/workflows/mvn-settings.xml
env:
GITHUB_ACTOR: '${{ secrets.LIB_GITHUB_ACTOR }}'
GITHUB_TOKEN: '${{ secrets.LIB_GITHUB_TOKEN }}'
LIB_GITHUB_ACTOR: '${{ secrets.LIB_GITHUB_ACTOR }}'
LIB_GITHUB_TOKEN: '${{ secrets.LIB_GITHUB_TOKEN }}'

0 comments on commit fecc1e4

Please sign in to comment.