From cc6da2762e862d57bc2a4c8b801629b8f2022ed6 Mon Sep 17 00:00:00 2001 From: Dariel Date: Tue, 16 Jul 2024 21:44:25 -0400 Subject: [PATCH] Added Github Token to CI --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34ca7f5..03da209 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v2 with: ref: 'main' # Ensures the main branch is checked out + token: ${{ secrets.PAT_GITHUB }} - name: Set up Node.js uses: actions/setup-node@v2