Merge pull request #6 from empayre/ft/swag

fix token
This commit is contained in:
Gregory 2022-02-17 13:24:48 +03:00 committed by GitHub
commit 99b5e137f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ jobs:
run: |
mvn -X clean deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.github-token }}
deploy-client:
runs-on: ubuntu-20.04