Skip to content

Commit 06ee7bb

Browse files
committed
Remove reference to GITHUB_ACTOR.
I think it's there by default
1 parent 38a5e7b commit 06ee7bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
- name: Release
8787
run: ./mvnw --batch-mode --no-transfer-progress --show-version --settings .github/maven/settings.xml --activate-profiles ossrh release:prepare release:perform
8888
env:
89-
GITHUB_ACTOR: ${{ GITHUB_ACTOR }}
9089
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9190
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
9291
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)