diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6cd622e..823e5fc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: types: [opened, synchronize, reopened] env: - CODECOV_TOKEN: 6b63b55f-caba-4243-9007-28c0fb8b5981 + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} jobs: test: if: "!contains(github.event.head_commit.message, 'skip ci')" @@ -52,4 +52,4 @@ jobs: - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-docdeploy@latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Project.toml b/Project.toml index 7685e50c..fcfcae81 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "E4ST" uuid = "15c74807-6cb5-473c-8677-542c31c16277" authors = ["Ethan Russell ", "Sally Robson "] -version = "0.1.0" +version = "0.1.1" [deps] BasicInterpolators = "26cce99e-4866-4b6d-ab74-862489e035e0"