This repository was archived by the owner on Nov 25, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2323 - run : ' bash <(curl -s https://codecov.io/bash)'
2424 - name : release
2525 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
26+ env :
27+ GITHUB_TOKEN : ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}
28+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
2629 run : yarn run semantic-release
Original file line number Diff line number Diff line change 11# CodeIntellify
22
3- [ ![ build] ( https://travis-ci.org /sourcegraph/codeintellify.svg?branch=master )] ( https://travis-ci.org/sourcegraph/codeintellify )
3+ ![ build] ( https://github.com /sourcegraph/codeintellify/actions/workflows/build.yml/badge.svg )
44[ ![ codecov] ( https://codecov.io/gh/sourcegraph/codeintellify/branch/master/graph/badge.svg?token=1Xk7sdvG0y )] ( https://codecov.io/gh/sourcegraph/codeintellify )
55[ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
66[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
You can’t perform that action at this time.
0 commit comments