Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
ci(workflow): update github action default token (#30)
Browse files Browse the repository at this point in the history
Because

- we need to update github action default token and remove docker hub
login.

This commit

- update github action default token
  • Loading branch information
Sarthak-instill authored Oct 27, 2023
1 parent 13d5b2b commit b379271
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ jobs:
codecov:
name: codecov
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.botGitHubToken }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down

0 comments on commit b379271

Please sign in to comment.