From 699f2e0b04fec170b4fd3697c83ebd173e3f9477 Mon Sep 17 00:00:00 2001 From: Leo Cavalcante Date: Fri, 22 Mar 2024 18:41:21 -0300 Subject: [PATCH] fix(ci): Missing GH token --- .github/workflows/features.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/features.yml b/.github/workflows/features.yml index 9ee94e5..8b72f18 100644 --- a/.github/workflows/features.yml +++ b/.github/workflows/features.yml @@ -14,3 +14,5 @@ jobs: with: publish-features: "true" base-path-to-features: "./features" + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}