Skip to content

Commit

Permalink
ci: switch git user
Browse files Browse the repository at this point in the history
The user from the environment variables is not authorized in this repo.
  • Loading branch information
matrei committed Jan 8, 2025
1 parent 6080f34 commit 3b64c38
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
branches:
- '[4-9]+.[0-9]+.x'
env:
GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }}
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}

GIT_USER_NAME: gpc-deploy
GIT_USER_EMAIL: [email protected]
jobs:
test_project:
name: "Test Project"
Expand Down Expand Up @@ -42,10 +41,9 @@ jobs:
uses: actions/checkout@v4
- name: "☕️ Setup JDK"
uses: actions/setup-java@v4
with: {
java-version: 17,
with:
java-version: 17
distribution: liberica
}
- name: "🐘 Setup Gradle"
uses: gradle/actions/setup-gradle@v4
with:
Expand Down

0 comments on commit 3b64c38

Please sign in to comment.