mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Re-adding GitHub token to CI file -- used to push coveralls results.
This commit is contained in:
parent
1f0d53f693
commit
f6e1d64bea
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue