Skip to content

Commit

Permalink
ci(workflow): update github action default token (#103)
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 beea88a commit 42d6f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
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
6 changes: 0 additions & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: dropletbot
password: ${{ secrets.botDockerHubPassword }}

- name: Build image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 42d6f7f

Please sign in to comment.