We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63826e1 commit cbbab71Copy full SHA for cbbab71
.github/workflows/release-python.yml
@@ -34,7 +34,7 @@ jobs:
34
pre-publish:
35
environment: release
36
runs-on: ubuntu-latest
37
- if: github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
+ if: github.repository_owner == 'mongodb-labs' || github.event_name == 'workflow_dispatch'
38
permissions:
39
id-token: write
40
contents: write
0 commit comments