ci(zen-update): added GH_TOKEN env var to use gh cli
This commit is contained in:
2
.github/workflows/zen-update.yml
vendored
2
.github/workflows/zen-update.yml
vendored
@@ -33,6 +33,8 @@ jobs:
|
||||
- name: Update versions
|
||||
id: update
|
||||
if: steps.check.outputs.should_update == 'true'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
.github/update.sh --ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user