Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/prerelease-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

permissions:
contents: read
contents: write # Required by nested pypi_publish.yml workflow (for GitHub release uploads on tags)
id-token: write # Required by nested pypi_publish.yml workflow (for OIDC PyPI publishing)
pull-requests: write
issues: write

Expand Down
Loading