Skip to content

Commit

Permalink
Add missing server-token to ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 12, 2022
1 parent 8bd3f84 commit 8d3a8f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
# Make sure eslint passes
eslint:
uses: Seneca-CDOT/telescope/.github/workflows/eslint-ci.yml@master
secrets:
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/mobile-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
# Make sure eslint passes
eslint:
uses: Seneca-CDOT/telescope/.github/workflows/eslint-ci.yml@master
secrets:
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}

publish:
needs: [prettier, eslint]
Expand Down

0 comments on commit 8d3a8f7

Please sign in to comment.