Skip to content

Commit

Permalink
workflows/test-n-publish: fix perms in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Sep 7, 2024
1 parent c2d2784 commit bc05625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:
strategy:
matrix:
pkg: ['Spine-Database-API', 'spine-engine', 'spine-items', 'Spine-Toolbox']
# TODO: can this be done w/o a matrix strategy? That will be more atomic.

permissions:
id-token: write
uses: ./.github/workflows/publish-wheel.yml
with:
pkg: ${{ matrix.pkg }}
Expand Down

0 comments on commit bc05625

Please sign in to comment.