Skip to content

Commit

Permalink
remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Jun 23, 2021
1 parent 6b02aa4 commit 9b4098e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: SQL Java CI

on: [push, pull_request]

env:
CODECOV_TOKEN: 9be2b15e-5d49-4321-93ee-43528965467a

jobs:
build:

Expand Down Expand Up @@ -41,10 +38,6 @@ jobs:
# This step uses the codecov-action Github action: https://github.com/codecov/codecov-action
- name: Upload SQL Coverage Report
uses: codecov/codecov-action@v1
with:
token: ${{ env.CODECOV_TOKEN }}



- name: Upload Artifacts
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 9b4098e

Please sign in to comment.