Update update.yml

This commit is contained in:
freearhey 2023-06-29 13:25:49 +03:00
parent 26f6bb3428
commit e93cf453be

View file

@ -16,7 +16,7 @@ jobs:
with: with:
token: ${{ steps.create-app-token.outputs.token }} token: ${{ steps.create-app-token.outputs.token }}
- run: npm install - run: npm install
- run: GITHUB_TOKEN=${{ steps.create-app-token.outputs.token }} npm run db:update --silent >> $GITHUB_OUTPUT - run: npm run db:update --silent >> $GITHUB_OUTPUT
id: issue-process id: issue-process
- name: Validate Changes - name: Validate Changes
run: npm run db:validate run: npm run db:validate