Skip to content

Commit 2b1688b

Browse files
committed
attempting to resolve external package properly for package publish
1 parent d874124 commit 2b1688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Publish package
1818
run: mvn --batch-mode deploy
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}

0 commit comments

Comments
 (0)