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 }}