Skip to content

Commit

Permalink
Rename token to repo_token
Browse files Browse the repository at this point in the history
  • Loading branch information
vim345 committed Nov 16, 2021
1 parent 13627f5 commit de10259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: EndBug/add-and-commit@v7
with:
default_author: github_actions
token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
message: 'upload badge'
add: '*.svg'
branch: master
Expand Down

0 comments on commit de10259

Please sign in to comment.