Skip to content

Commit

Permalink
fix(ci): add GH_TOKEN for checkout and auto-release (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Sep 23, 2022
1 parent cff1765 commit 1268bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{secrets.GH_TOKEN}}
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -53,7 +54,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: test123
POSTGRES_PORT: 5432
run: yarn test:integration
run: yarn test:integration
- run: yarn docs

- name: run browser tests
Expand Down

0 comments on commit 1268bd2

Please sign in to comment.