Skip to content

Commit

Permalink
ci permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr1215 committed Feb 15, 2025
1 parent 7b80054 commit 6fdba5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
pages: write
id-token: write

Expand Down Expand Up @@ -106,6 +106,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: true

- name: Download Sdist and Wheel from GitHub
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6fdba5e

Please sign in to comment.