Skip to content

Commit

Permalink
change token name to server-token
Browse files Browse the repository at this point in the history
  • Loading branch information
menghif committed Apr 12, 2022
1 parent a247775 commit 01dacc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
eslint:
uses: Seneca-CDOT/telescope/.github/workflows/eslint-ci.yml@master
secrets:
turborepo-token: ${{ secrets.TURBO_SERVER_TOKEN }}
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}

# Run unit tests on all platforms/versions of node
unit:
uses: Seneca-CDOT/telescope/.github/workflows/unit-tests-ci.yml@master
secrets:
turborepo-token: ${{ secrets.TURBO_SERVER_TOKEN }}
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}

# Run end-to-end tests along with the microservices in docker-compose on Linux
e2e:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: felixmosh/turborepo-gh-artifacts@v1
with:
repo-token: ${{ github.token }}
server-token: ${{ secrets.turborepo-token }}
server-token: ${{ secrets.server-token }}

- name: Install dependencies and run eslint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: felixmosh/turborepo-gh-artifacts@v1
with:
repo-token: ${{ github.token }}
server-token: ${{ secrets.turborepo-token }}
server-token: ${{ secrets.server-token }}

- name: Install dependencies and run tests with default env
run: |
Expand Down

0 comments on commit 01dacc0

Please sign in to comment.