diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c41534a5f..5194a4428b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,11 +17,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: | + venv="$HOME/.local/share/venv" + python3 -m venv "$venv" + echo "$venv/bin" >> $GITHUB_PATH - uses: errata-ai/vale-action@reviewdog env: # Required, set by GitHub actions automatically: # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + GITHUB_TOKEN: ${{secrets.DOCKER_GIT_TOKEN}} with: # Reporter of reviewdog command [github-pr-check,github-pr-review,github-check]. reporter: github-pr-check # optional, default is github-pr-check diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d6a7a6f66..a4064cff9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,10 @@ # Contributing -Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on [100ms Docs](https://docs.100ms.live/) If you don't know where to start contributing, ask us on our [Discord channel](http://100ms.live/discord). + + +Thank you for investing your time in contributing to our project & Any contribution you make will be reflected on [100ms Docs](https://docs.100ms.live/) + + In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR. diff --git a/README.md b/README.md index 8cfaee07b1..53d826b029 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@
-[![Discord](https://img.shields.io/discord/843749923060711464?label=Join%20on%20Discord)](https://100ms.live/discord) -