From 3a84325932bfdc175eb452eea4500f5b1c88620d Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Mon, 24 Aug 2026 08:44:36 +0200 Subject: [PATCH] Fix: Remove unnecessary token parameter from GitHub Actions workflow --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71f4127..d54fefa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,15 +20,12 @@ jobs: - name: Check Authentication uses: ./check-token - with: - token: ${{ secrets.GH_TOKEN }} - name: Go ACME Setup uses: ./ with: repository: 'go-acme/lego' file-type: 'archive' - token: ${{ secrets.GH_TOKEN }} update-cache: 'always' - name: Setup Hugo @@ -37,7 +34,6 @@ jobs: repository: 'gohugoio/hugo' file-name: '~hugo_extended_[^a-z].*{{SYSTEM}}-{{ARCH}}' file-type: 'archive' - token: ${{ secrets.GH_TOKEN }} update-cache: 'always' - name: Setup RClone @@ -45,7 +41,6 @@ jobs: with: repository: 'rclone/rclone' file-type: 'archive' - token: ${{ secrets.GH_TOKEN }} update-cache: 'always' - name: Verify Installation