From 91ba46271f455667f605c716d8bcd64d03e06d48 Mon Sep 17 00:00:00 2001 From: Eugene Kalinin Date: Sat, 9 Mar 2024 17:50:17 +0300 Subject: [PATCH] ci: setup GH_TOC_TOKEN env --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc7dc2c..0e74704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}