Skip to content

Commit 67404a2

Browse files
Update .github/workflows/update-java.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7cd3261 commit 67404a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
packages: read
2121
env:
22-
ORG_GRADLE_PROJECT_ghUsername: ${{ secrets.GITHUB_ACTOR }}
22+
ORG_GRADLE_PROJECT_ghUsername: ${{ github.actor }}
2323
ORG_GRADLE_PROJECT_ghPassword: ${{ secrets.GITHUB_TOKEN }}
2424
steps:
2525
- uses: actions/checkout@v6.0.1

0 commit comments

Comments
 (0)