ci: put token in correct place [skip netlify]

This commit is contained in:
Dexter 2022-05-24 09:37:27 +01:00
parent 07939bc391
commit 523ed80be0

View File

@ -18,6 +18,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
token: ${{ secrets.VEGA_CI_BOT_GITHUB_TOKEN }}
fetch-depth: 0 fetch-depth: 0
- name: Use Node.js 16 - name: Use Node.js 16
id: Node id: Node
@ -34,4 +35,3 @@ 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 }}