Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit a7aa682

Browse files
authored
ci: use token env vars (#406)
1 parent 976a71f commit a7aa682

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

0 commit comments

Comments
 (0)