From e8ebf0d0561b07599000cce8afdfe4573c3c6277 Mon Sep 17 00:00:00 2001 From: Miguel Garcia Garcia Date: Thu, 8 Aug 2024 13:43:11 +0200 Subject: [PATCH] ci(publish): pass gh_token to semantic release This way it should be able to push to master --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0cc70a5..6b7129d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false + token: ${{ secrets.GH_TOKEN }} - uses: actions/setup-node@v4 with: