Skip to content

Commit

Permalink
Use correct github token
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasDev committed Mar 29, 2021
1 parent f9b6ed7 commit 21cd2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: ./gradlew -Pversion="1.$(echo $GITHUB_SHA | cut -c1-7)" publish
env:
GITHUB_USERNAME: x-access-token
GITHUB_PASSWORD: ${{ secrets.GITHUB_ACCESS_TOKEN }}
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21cd2c8

Please sign in to comment.