Skip to content

Commit bfe6eae

Browse files
author
Oryan M
committed
Use github token
1 parent a5828a1 commit bfe6eae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ jobs:
3535
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
3636
MAVEN_USERNAME: ${{ secrets.OSS_USER_TOKEN_KEY }}
3737
MAVEN_PASSWORD: ${{ secrets.OSS_USER_TOKEN_PASS }}
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

github-build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ commitNextVersion() {
4040
git commit -a -m "Update version for release"
4141
}
4242

43-
git config --global user.email "actions@github.com"
44-
git config --global user.name "GitHub Actions"
4543

4644
echo "Deploying release to Bintray"
4745

0 commit comments

Comments
 (0)