Skip to content

Commit fbf3a4c

Browse files
committed
ci: fix release job again
1 parent 4dc0334 commit fbf3a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
needs: [lint, test-typings, test-sqlite, test-postgres, test-mysql-mariadb, test-mssql]
180180
if: github.event_name == 'push' && github.ref == 'refs/heads/v6'
181181
env:
182+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
182183
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
183184
steps:
184185
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)