Skip to content

Commit 505522f

Browse files
committed
Use github.actor instead of secrets.github_actor
1 parent f63267e commit 505522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: "📤 Publish to Snapshot"
6565
if: ${{ success() && endsWith( steps.version.outputs.version, '-SNAPSHOT' ) }}
6666
env:
67-
MAVEN_PUBLISH_USERNAME: ${{ secrets.GITHUB_ACTOR }}
67+
MAVEN_PUBLISH_USERNAME: ${{ github.actor }}
6868
MAVEN_PUBLISH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
6969
MAVEN_PUBLISH_URL: 'https://maven.pkg.github.com/longwa/build-test-data'
7070
GRAILS_PUBLISH_RELEASE: "false"

0 commit comments

Comments
 (0)