From d7ef7996b1972b5f7c4a64337b0468a35911f551 Mon Sep 17 00:00:00 2001 From: Noahnc Date: Sun, 13 Aug 2023 21:30:18 +0200 Subject: [PATCH] fix(cicd): Add token to test step --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93c48d6..5a2f518 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,9 @@ on: jobs: test: + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + strategy: matrix: os: