ci: fix token

This commit is contained in:
Dexter 2022-05-24 09:28:31 +01:00
parent 13199ab006
commit 510d42a1cd

View File

@ -33,3 +33,4 @@ jobs:
commit_options: '--no-verify --signoff' commit_options: '--no-verify --signoff'
skip_fetch: true skip_fetch: true
skip_checkout: true skip_checkout: true
token: ${{ secrets.VEGA_CI_BOT_GITHUB_TOKEN }}