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