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 3700773 commit 9f183e2Copy full SHA for 9f183e2
.github/workflows/release-freeze.yml
@@ -29,6 +29,8 @@ jobs:
29
freeze-commit: ${{ inputs.freeze-commit }}
30
dry-run: ${{ inputs.dry-run }}
31
packaging: hatch
32
+ use-pat: true
33
secrets:
34
SLACK_WEBHOOK: ${{ secrets.SLACK_RELEASE_ENDPOINT }}
35
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}
36
+ PAT: ${{ secrets.PAT }}
0 commit comments