Skip to content

Commit

Permalink
ci: Fix docs job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
uadnan committed Oct 7, 2024
1 parent 2a9eef7 commit e6e2e34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
needs: release
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
id-token: write # to access AWS
contents: read # to clone repo
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
Expand Down

0 comments on commit e6e2e34

Please sign in to comment.