Skip to content
Merged
Changes from all commits
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
6 changes: 0 additions & 6 deletions .github/workflows/generate-constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ on: # yamllint disable-line rule:truthy
description: "Whether to use uvloop (true/false)"
required: true
type: string
permissions:
# This permission is only active for "canary" builds and PRs from the main repo
# All fork PRs are not allowed to have write permissions and this one is automatically downgraded to read
# Branch protection also prevents from pushing to the "code" branches so we can safely use this one to
# Push constraints to "constraints" branches which are non-code branches and are not protected
contents: write
jobs:
generate-constraints:
permissions:
Expand Down