chore(deps): bump types-requests from 2.33.0.20260408 to 2.33.0.20260503 #300
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Release | |
| on: | |
| workflow_dispatch: | |
| pull_request_target: | |
| types: [closed] | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| release: | |
| permissions: | |
| contents: write # Create release and push tags | |
| pull-requests: read # Read PR labels for release-drafter | |
| packages: write # Push container image to ghcr.io | |
| id-token: write # Federate for artifact attestation | |
| attestations: write # Generate build provenance attestations | |
| discussions: write # Create release announcement discussion | |
| uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@592067a69a43d2285f933753d89a7c9d51b96530 # v1.0.0 | |
| with: | |
| publish: true | |
| release-config-name: release-drafter.yml | |
| image-name: ${{ github.repository }} | |
| create-attestation: true | |
| create-discussion: true | |
| secrets: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| image-registry-password: ${{ secrets.GITHUB_TOKEN }} | |
| discussion-repository-id: ${{ secrets.RELEASE_DISCUSSION_REPOSITORY_ID }} | |
| discussion-category-id: ${{ secrets.RELEASE_DISCUSSION_CATEGORY_ID }} |