Skip to content

Commit f9d98cd

Browse files
authored
Update maven-publish.yml
1 parent f3a036c commit f9d98cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: aware
1414
permissions:
1515
contents: read
1616
packages: write
@@ -31,4 +31,4 @@ jobs:
3131
- name: Publish to GitHub Packages Apache Maven
3232
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
3333
env:
34-
GITHUB_TOKEN: ${{ github.token }}
34+
GITHUB_TOKEN: ${{ github.PAT }}

0 commit comments

Comments
 (0)