Skip to content

Commit

Permalink
Attest only in public repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Dec 16, 2024
1 parent b49e8d8 commit 447dcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if-no-files-found: error

attest:
if: ${{ needs.pack.outputs.isPreviewRelease == 'false' }}
if: ${{ needs.pack.outputs.isPreviewRelease == 'false' && github.event.repository.visibility == 'public' }}
needs: [ pack ]
runs-on: ubuntu-latest

Expand Down

0 comments on commit 447dcd2

Please sign in to comment.