Skip to content

Commit 97aa2e5

Browse files
committed
deploy snapshots to sonatype
1 parent c442023 commit 97aa2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: github.github.head_ref == null && success()
7474
uses: actions/github-script@v6
7575
with:
76-
github-token: ${{ secrets.GITHUB_TOKEN }}
76+
github-token: ${{ secrets.PAT_TOKEN }}
7777
script: |
7878
await github.rest.actions.createWorkflowDispatch({
7979
owner: 'AxonIQ',

0 commit comments

Comments
 (0)