Removing old tokens

This commit is contained in:
Gary Holtz 2022-08-10 14:25:29 +00:00
parent 84be187e17
commit 7045e6f776
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ jobs:
- name: Run tests
env:
GITLAB_TOKEN: "qRC87Xg9Wd46RhB8J8sp"
CODECOV_TOKEN: "1597edbc-8760-42c1-ab79-c192ad151717"
GITLAB_TOKEN: "[redacted]"
CODECOV_TOKEN: "[redacted]"
run: make test
- name: Upload Test Result to Codecov