Skip to content

Commit

Permalink
Added git configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed Aug 14, 2024
1 parent f499c84 commit 12ef5e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
contents: write

steps:
- env:
GH_TOKEN: ${{ secrets.PUSH_TOKEN }}
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -46,9 +44,10 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git config -l
- name: Build with Gradle Wrapper
env:
GH_TOKEN: ${{ secrets.PUSH_TOKEN }}
run: |
./gradlew_release ${{ inputs.releaseType }}

0 comments on commit 12ef5e6

Please sign in to comment.