Skip to content

Commit

Permalink
Revert "Switch token to use studio's GH token for CI run."
Browse files Browse the repository at this point in the history
This reverts commit e913e2a.
  • Loading branch information
cliffano committed Apr 25, 2024
1 parent e913e2a commit a555305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- run: bob build
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: .bob/coverage/c8/lcov.info
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .bob

0 comments on commit a555305

Please sign in to comment.