Skip to content

Commit

Permalink
fix: Add missing permissions for artifacts download (#7493)
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis authored Oct 16, 2024
1 parent ec7efbb commit 51417c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
branches:
- master

permissions:
contents: read

jobs:
s3-release-prod:
runs-on: ubuntu-latest
Expand All @@ -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

Expand Down

0 comments on commit 51417c1

Please sign in to comment.