Skip to content

Commit

Permalink
💚 Added missing permissions to the CD workflow setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Nov 26, 2024
1 parent 3ecb47f commit 40c29cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/aigverse-pypi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ on:
- ".github/workflows/aigverse-pypi-deployment.yml"
workflow_dispatch:

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

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit 40c29cb

Please sign in to comment.