Skip to content

Commit

Permalink
add CI permission for trusted publisher attestation
Browse files Browse the repository at this point in the history
2bndy5 committed Oct 4, 2024
1 parent c22d74a commit 3800ad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -251,6 +251,8 @@ jobs:
if: ${{ github.event_name == 'push' && github.repository == 'jbms/sphinx-immaterial' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
needs: [build, test]
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:

0 comments on commit 3800ad4

Please sign in to comment.