hotfix(ci): verify-private requirement for publish, not itself

This commit is contained in:
Quentin McGaw 2025-11-21 20:16:57 +00:00
parent 1abc90970d
commit 4f9dcff3f4
No known key found for this signature in database

View File

@ -74,7 +74,7 @@ jobs:
github.event_name == 'release' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
)
needs: [verify, verify-private]
needs: [verify]
runs-on: ubuntu-latest
environment: secrets
steps:
@ -121,7 +121,7 @@ jobs:
github.event_name == 'release' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
)
needs: [verify, codeql]
needs: [verify, verify-private, codeql]
permissions:
actions: read
contents: read