Skip to content

Commit

Permalink
ci: setup GH_TOC_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Mar 9, 2024
1 parent 84b4bbe commit 91ba462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,9 +20,11 @@ jobs:
uses: mig4/setup-bats@v1
with:
bats-version: 1.6.0

- name: Check out code
uses: actions/checkout@v2

- name: Run tests
run: make test
env:
GH_TOC_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 91ba462

Please sign in to comment.