From f6e1d64beabc41bb0fb56ae66edfe2f45cb06eba Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 14 Dec 2020 16:56:58 +0000 Subject: [PATCH] Re-adding GitHub token to CI file -- used to push coveralls results. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfdaf51de..9cb51aa0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,12 @@ env: OPENMC_CROSS_SECTIONS: $HOME/nndc_hdf5/cross_sections.xml OPENMC_ENDF_DATA: $HOME/endf-b-vii.1 COVERALLS_PARALLEL: true + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: main: - runs-on: ubuntu-18.04 + runs-on: ubuntu-16.04 strategy: matrix: python-version: [3.8]