From 51417c175ba0c6bdbc9550a32d3acb4874c72173 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Wed, 16 Oct 2024 11:59:29 +0300 Subject: [PATCH] fix: Add missing permissions for artifacts download (#7493) --- .github/workflows/cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b72a549474c..188ee57ad73 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,9 +9,6 @@ on: branches: - master -permissions: - contents: read - jobs: s3-release-prod: runs-on: ubuntu-latest @@ -20,6 +17,7 @@ jobs: uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ github.token }} name: docs path: build/html